@extends('layouts.common') @section('headers') @endsection @section('content')

Transportistas.

Lista:
@foreach ($carriers as $carrier) @endforeach
# Nombre
{{ $loop->iteration }} {{ $carrier->name }}
@endsection @section('scripts') @endsection