Source: {{ $data->pickuplocation }}
|
HO :– A4, Mitul Industrial Estate, Sativali Road, Next to Nicholas Sai Service, Vasai – East -401208 |
Destination: {{ $data->deliverylocation }} |
| Pickup Date: {{ $formatted_date }} |
{{ $data->forwordingno }}
|
Dox/Non Dox: |
| Time: {{ $formatted_time }} |
No. Of. Pkg: {{ $data->pices }} |
| Sign: |
Act Wt (kg): {{ $data->weight }} |
| Pack Type: {{ $data->product_type }} |
Dim Wt (kg): {{ $data->vol_weight }} |
| Chg Wt (kg): {{ $data->charg_weight }} |
| Ref #: |
@if(!empty($data->dims))
Dimension: {{ is_array($data->dimension) ? implode(',', $data->dimension) : $data->dimension }}
|
@else
Dimension: Not Available
|
@endif
Declared Value:{{ $data->value }} |
| Spl inst: |
Collectable Amt: |
| Customer: |
{{ $data->cust_name }} |
To: |
{{ $data->con_client_name }} |
| Sender: |
{{ $data->client_name }} |
Attention: |
{{ $data->con_client_name }} |
| Address: |
{{ $data->pickupaddress }} |
Address: |
{{ $data->receiveraddress }} |
| Pincode: |
{{ $data->pickup_pincode }} |
Pincode: |
{{ $data->receiver_pincode }} |
| Contact No: |
{{$data->sendercontactno}} |
Contact No: |
{{$data->receivercontactno}} |
@if(stripos($data->cust_name, 'hafele') !== false)
| Claim Id:{{ $data->claimid }} |
@endif
| Delivery Details: |
Delivery Date & Time: {{ $data->created_at }} |
| Name: {{ $data->con_client_name }} |
Consignee Signature: |
@if($i % 2 && ($i + 1) != count($datas))