Order # {{$order->order_code}} {{$order->order_status}}
SHIPPING ADDRESS
Name : {{$shipping_address->name}}
Phone : {{$shipping_address->phone}}
Mail : {{$shipping_address->email}}
Address : {{$shipping_address->address}}
BILLING ADDRESS
Name : {{$billingaddress->name}}
Phone : {{$billingaddress->phone}}
Mail : {{$billingaddress->email}}
Address : {{$billingaddress->address}}
PAYMENT METHOD: {{$order->payment_method}}
PAYMENT STATUS: {{$order->status}}
Photo | Product Name | Price | Qty | Subtotal |
---|---|---|---|---|
{{ $product->title }} ID # {{$product->product_code}} @if (!($size_id[$key] == 'no')) @php $size = App\Size::find($size_id[$key]); @endphp Size : {{$size->name}} @endif @if (!($colour_id[$key] == 'no')) @php $colour = App\Colour::find($colour_id[$key]); @endphp Colour : {{$colour->name}} @endif |
{{ number_format($product->sell_price) }}৳ | {{ $quantity[$key] }} | {{ number_format($product->sell_price * $quantity[$key]) }}৳ | |
Subtotal | {{ number_format($order->subtotal) }}৳ | |||
Shipping Charge | {{ number_format($order->shipping_charge) }}৳ | |||
Grand Total | {{ number_format($order->total) }}৳ | |||
Advance Paid | {{ number_format($order->advance) }}৳ | |||
{{ $order->advance_method }} | {{ $order->ac_no }} | |||
Transaction ID | {{ $order->adv_trans_id }} | |||
Due Amount | {{ number_format($order->total-$order->advance) }}৳ |