@if($transporterCount > 0)
{{-- Content --}}
{{-- Tabpane --}}
@if(isset($astransporter))
@foreach ($astransporter as $transporter)
{{ $transporter->dispatcher_item }}
{{$transporter->dispatcherRequest->from_loc}} to {{$transporter->dispatcherRequest->to_loc}}
Created at:
@if($transporter->updated_at==''){{$transporter->created_at}} @else {{$transporter->updated_at}} @endif
{{ ucfirst($transporter->status)}}
@endforeach
@endif
{{-- Tabpane --}}
@if(isset($astransporter))
@foreach ($astransporter as $transporter)
{{ $transporter->dispatcher_item }} up
{{$transporter->dispatcherRequest->from_loc}} to {{$transporter->dispatcherRequest->to_loc}}
Created at:
@if($transporter->updated_at==''){{$transporter->created_at}} @else {{$transporter->updated_at}} @endif
{{ ucfirst($transporter->status)}}
@endforeach
@endif
{{-- Tabpane --}}
@if(isset($astransporter))
@foreach ($astransporter as $transporter)
{{ $transporter->dispatcher_item }} pas
{{$transporter->dispatcherRequest->from_loc}} to {{$transporter->dispatcherRequest->to_loc}}
Created at:
@if($transporter->updated_at==''){{$transporter->created_at}} @else {{$transporter->updated_at}} @endif
{{ ucfirst($transporter->status)}}
@endforeach
@endif