@extends('default.layout') @section('content')


Lista de Transportadoras

@foreach($transportadoras as $c)

{{$c->id}} - {{substr($c->razao_social, 0, 30)}}

@endforeach
@if(isset($links)) {{$transportadoras->links()}} @endif
@endsection