@extends('layouts.app') @section('content')
{{ $exportRequest->shipToAddress->contact_name }}
{{ $exportRequest->shipToAddress->company_name }}
{{ $exportRequest->shipToAddress->address_1 }}
{{ $exportRequest->shipToAddress->city }}, {{ $exportRequest->shipToAddress->zip_code }} {{ $exportRequest->shipToAddress->country }}
Email: {{ $exportRequest->shipToAddress->email }}
Phone: {{ $exportRequest->shipToAddress->phone_country_code }} {{ $exportRequest->shipToAddress->phone_number }}
@else Not specified @endif| Description | Qty | UOM | Weight | Price | Origin |
|---|---|---|---|---|---|
| {{ $item->item_description }} | {{ $item->quantity }} | {{ $item->uom }} | {{ $item->weight }} | {{ $item->currency }} {{ $item->unit_price }} | {{ $item->country_of_origin }} |
| Weight | Length | Width | Height | Box UOM |
|---|---|---|---|---|
| {{ $pkg->package_weight }} | {{ $pkg->length }} | {{ $pkg->width }} | {{ $pkg->height }} | {{ $pkg->box_uom }} |