| Name Surname | {{ $order->contact_info->name }} {{ $order->contact_info->surname }} |
| Address | {{ $order->shipping_info->address }} |
| Country | {{ db('region')->where('id', $order->shipping_info->country)->get()->first()->name }} |
| Phone | {{ $order->shipping_info->phone }} |
| {{ $order->shipping_info->email }} |
| Payment | @switch($order->payment_type) @case('pay_at_the_door') Pay at the door @break @case('pos') Virtual Pos @break @case('eft') EFT/Transfer @break @endswitch |
| Cargo company | {{ $order->cargo->name }} |
| Cargo Type | Shipper Pays / Buyer Must Pay |
Product |
Piece | Stock Code | Barcode | Amount | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $product->name }} | x{{ $product->total }} | {{ $product->stock_code }} | {{ $product->stock_barcode }} |
{{ CURRENCY . $product->total_fee }}
|
||||||||||||
|
|||||||||||||||||