getLocale() . "/documents/pdf/invoice.css")}}">
{{__("Logister Company")}}
{{__("Location")}}:
{{__("+9661234568")}}

{{__("internation shipping")}} #{{$shipping->id}}

{{date("Y-m-d h:i A", strtotime($shipping->created_at))}}
{{__("Customer name")}}:
{{$shipping->user->full_name}}
{{--
--}} {{--
{{__("Customer Phone")}}:
--}} {{--
{{implode(", ",$invoice->order->user->getPhoneNumber())}}
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
{{__("Technician Name")}}:
--}} {{--
{{$invoice->order->acceptOrder()->technician->full_name}}
--}} {{--
--}} {{--
--}} {{--
{{__("Technician Phone")}}:
--}} {{--
{{implode(", ", $invoice->order->acceptOrder()->technician->getPhoneNumber())}}
--}} {{--
--}} {{--
--}}

{{__("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
{{--
--}} {{--
--}} {{--
--}} {{--

{{__("Parts")}}

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($invoice->parts as $part)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{--
{{__("Name")}}{{__("Qty")}}{{__("Price")}}
{{$part->name}}{{$part->count}}{{$part->price}}
--}} {{--
--}} {{--
--}}