Billing Detail
{{$billing->firstname." ".$billing->lastname}}
{{$billing->address}}
{{$billing->city}},
{{$billing->state}} - {{$billing->zip}}
{{$billing->country->country_name}}
Ph:{{$billing->phone}}
Email:{{$billing->email}}
Shipping Detail
{{$shipping->firstname." ".$shipping->lastname}}
{{$shipping->address}}
{{$shipping->city}},
{{$shipping->state}} - {{$shipping->zip}}
{{$shipping->country->country_name}}
Ph:{{$shipping->phone}}
Email:{{$shipping->email}}
| design | name | size | quantity | price | amount |
|---|---|---|---|---|---|
| |
{{ $row->name}} - {{$row->options->color}} | {{$row->options->size}} | {{$row->qty}} | {{number_format($row->price,2)}} | ${{number_format(Cart::total(),2)}} |
| Note: {{$order->order_remarks}} | |||||