|
@can('update', App\Usuario::class)
@endcan
@can('delete', App\Usuario::class)
@endcan
|
{{ $item->clients->fantasyName ?? '-' }} |
{{ $item->platforms['descricao'] ?? '-' }} |
{{ (isset($item->haulingValidadeFrom) ? date( 'd-m-Y' , strtotime($item->haulingValidadeFrom)) : '-')}} |
{{ (isset($item->haulingValidadeFrom) ? date( 'd-m-Y' , strtotime($item->haulingValidadeTo)): '-')}} |
{{ $item->haulingQuoteReference ?? '-' }} |
{{ $item->container_types['descricao'] ?? '-'}} |
{{ ($item->cities->descricao ?? '-') }} |
{{ ($item->cities2->descricao ?? '-') }} |
{{ ($item->cities3->descricao ?? '-') }} |
{{ $item->truckingCost ?? '-' }} |
{{ $item->toll ?? '-' }} |
{{ $item->flexitank_instalation ?? '-' }} |
{{ $item->maxTons ?? '-' }} |
{{ $item->totalAmount ?? '-'}} |
@if (isset($item->status)&& $item->status == "Ativo")
@else
@endif
|
@endforeach