| # | Order ID | Order Date | Customer Name | Customer Email | Ordered Product | Ordered Amount | Payment Method | Payment Status | Actions | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $order->id }} | {{ $order->created_at }} | {{ $order->name }} | {{ $order->user_email }} |
@foreach($order->orders as $pro)
{{ $pro->product_code }} |
{{ $order->grand_total }} | {{ $order->payment_method }} | @if($order->payment_method == 'Online') @if($order->online_payment_status == 'success'){{ $order->payment_status }} | @else{{ $order->payment_status }} ( Payment Failed ) | @endif @else{{ $order->payment_status }} | @endifView Details | |
| No Categories Found. | |||||||||||
| # | Order ID | Order Date | Customer Name | Customer Email | Ordered Product | Ordered Amount | Payment Method | Actions | |||