@include('site.customer.sidebar')
{{--
--}}
Orders
| # | Product | Name | Date | Qty | Price | Total |
|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $item->product_name }} | {{ $item->date }} | {{ $item->quantity }} | {{ auth()->user()->country->currency }} {{ $item->price }} | {{ auth()->user()->country->currency }} {{ $item->quantity * $item->price }} |