@extends('front.app')
@section('title', 'Order Details')
@section('content')
Order# {{ $order->order_number }}
Order Status:
{{ $order->order_status }}
Item(s) Subtotal: Shipping: Promotion Applied Total: Grand Total: ₹ {{ $order->order_amount }} ₹ {{ $order->shipping_type_price }} ₹ {{ $order->discount_amount }} ₹ {{ $order->order_amount_with_shipping }} ₹ {{ $order->order_amount }}Shipping Address
Payment
Download Invoice
@endif
Order Summary