getLocale() . "/documents/pdf/invoice.css")}}">
| {{__("Shipping Country")}} | {{__("Shipping City")}} | {{__("Shipping Address")}} | {{__("Pricing Principle")}} | {{__("Total Weight")}} |
|---|---|---|---|---|
| {{$shipping->shipping_country}} | {{$shipping->shipping_city}} | {{$shipping->shipping_address}} | {{$shipping->pricing_principle}} | {{$shipping->total_weight}} |
| {{__("Shipping Date")}} | @if($shipping->type == "AA" || $shipping->type == "AD" || $shipping->type == "S"){{__("Harbor Name")}} | @else{{__("Shipment Delivery Location Address")}} | @endif{{__("Created At")}} |
|---|---|---|---|
| {{$shipping->shipping_date}} | @if($shipping->type == "AA" || $shipping->type == "AD" || $shipping->type == "S"){{$shipping->harbor->name}} | @else{{$shipping->shipment_delivery_location_address}} | @endif{{$shipping->created_at->diffForHumans()}} |
| {{__("Description And Type Of Payload")}} | @if($shipping->gross_load_volume_in_square_metres){{__("Gross Load Volume In Square Metres")}} | @endif @if(!$shipping->shipment_insurance){{__("Shipment Insurance")}} | @endif @if($shipping->type == "S"){{__("Container Size")}} | {{__("Number Of Containers")}} | @endif
|---|---|---|---|---|
| {{$shipping->description_and_type_of_payload}} | @if($shipping->gross_load_volume_in_square_metres){{$shipping->gross_load_volume_in_square_metres}} | @endif @if(!$shipping->shipment_insurance){{$shipping->shipment_insurance ? "Yes" : "NO"}} | @endif @if($shipping->type == "S"){{$shipping->sea->size->size}} | {{$shipping->sea->number_of_containers}} | @endif
| {{__("Shipment Insurance")}} | {{__("Phone Number")}} | {{__("Email")}} | {{__("Total Value Of The Shipment In US Dollars")}} |
|---|---|---|---|
| {{$shipping->shipment_insurance ? "Yes" : "NO"}} | {{$shipping->phone_number}} | {{$shipping->email}} | {{$shipping->total_value_of_the_shipment_in_US_dollars}} |
| {{__("Name")}} | --}} {{--{{__("Qty")}} | --}} {{--{{__("Price")}} | --}} {{--
|---|---|---|
| {{$part->name}} | --}} {{--{{$part->count}} | --}} {{--{{$part->price}} | --}} {{--