{{__("Information")}}
{{__("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}} |
@if($shipping->type == "AA" || $shipping->type == "AD" || $shipping->type == "S")
@else
@endif
@if($shipping->type == "AA" || $shipping->type == "AD" || $shipping->type == "S")
@else
@endif
{{__("Shipping Date")}} | {{__("Harbor Name")}} | {{__("Shipment Delivery Location Address")}} | {{__("Created At")}} |
{{$shipping->shipping_date}} | {{$shipping->harbor->name}} | {{$shipping->shipment_delivery_location_address}} | {{$shipping->created_at->diffForHumans()}} |
@if($shipping->gross_load_volume_in_square_metres)
@endif
@if(!$shipping->shipment_insurance)
@endif
@if($shipping->type == "S")
@endif
@if($shipping->gross_load_volume_in_square_metres)
@endif
@if(!$shipping->shipment_insurance)
@endif
@if($shipping->type == "S")
@endif
{{__("Description And Type Of Payload")}} | {{__("Gross Load Volume In Square Metres")}} | {{__("Shipment Insurance")}} | {{__("Container Size")}} |
{{__("Number Of Containers")}} |
{{$shipping->description_and_type_of_payload}} | {{$shipping->gross_load_volume_in_square_metres}} | {{$shipping->shipment_insurance ? "Yes" : "NO"}} | {{$shipping->sea->size->size}} |
{{$shipping->sea->number_of_containers}} |
@if($shipping->shipment_insurance)
{{__("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}} |
@endif