|
@if ($data['quote']['load_type']== "Import")
Market:
@else
Address:
@endif
@if ($data['quote']['load_type']== "Import")
{{$data['quote']['port_name']}}
@else
{{ltrim($data['quote']['origin_destination'],',')}}
@endif
@if ($data['quote']['load_type']== "Import")
Terminal:
@if($data['quote']['terminal'] == null)
N/A
@else
{{$data['quote']['terminal']}}
@endif
@endif
Date:
{{$data['quote']['pickup_date'] ?? 'N/A'}}
Time:
{{$data['quote']['pickup_time'] ?? 'N/A'}}
|
@if ($data['quote']['load_type']== "Import")
Address:
@else
Market:
@endif
@if ($data['quote']['load_type']== "Import")
{{ltrim($data['quote']['origin_destination'],',')}}
@else
{{$data['quote']['port_name']}}
@endif
@if ($data['quote']['load_type']== "Export")
Terminal:
@if($data['quote']['terminal'] == null)
N/A
@else
{{$data['quote']['terminal']}}
@endif
@endif
Date:
{{$data['quote']['delivery_date'] ?? 'N/A'}}
Time:
{{$data['quote']['delivery_time'] ?? 'N/A'}}
|