| Shipper Name |
{{ $data->shipper }} |
Consignee Name |
{{ $data->consignee }} |
| Shipper Phone |
{{ $data->shipper_contact_no }} |
Consignee Phone |
{{ $data->consignee_contact_no }} |
{{--
| Order Type |
{{ $data->type == 'Urgent' ? 'One Hour' : 'Regular' }} |
Weight |
{{ $data->weight }} |
--}}
| Shipper Address |
{{ $data->shipper_address }} |
Consignee Adress |
{{ $data->consignee_address }} |
| Shipper City |
{{ $data->shipper_city }} |
Consignee City |
{{ $data-> consignee_city }} |
| Shipper postcode |
{{ $data->shipper_postcode }} |
Consignee postcode |
{{ $data-> consignee_post_code }} |
{{--
| Partial Delivery |
{{ $data->isPartial ? 'Available' : 'Not Available' }} |
--}}
{{-- --}}
{{-- | Signature Image | --}}
{{-- @if ($data->signature_image != null)
 |
@else
@endif
| Confirm Image |
@if ($data->confirm_image != null)
 |
@else
@endif --}}
|