Order Details
- Dashboard
- >
- Orders
- >
- Order Details
- >
- Back
- Order TO:
-
{{$order_detail->user->first_name ? : ''}}
+ {{$order_detail->user->phone_number ? : ''}}
- ORDER No:{{$order_detail->tracking_no ? : ''}} {{--
- Account:0000 12345 678900 --}} @php use Carbon\Carbon; @endphp
- Date:{{$formattedDate = Carbon::parse($order_detail->created_at)->format('d/m/Y')}}
| SL | Product Name | @if($order_detail->orderItems->contains(fn($order) => $order->productVariation))Size | Color | @endifPRICE | QTY | TOTAL |
|---|---|---|---|---|---|---|
| {{$order->id ?? ''}} | {{$order->products->product_name ?? ''}} | @if($order->productVariation){{$order->productVariation->productSizes->size_name ?? ''}} | {{$order->productVariation->color_name ?? ''}} | @endif$ {{$order->price ?? ''}} | {{$order->quantity ?? ''}} | $ {{$order->price * $order->quantity }} | @php $sub_total += $order->price * $order->quantity; @endphp
- Payment Info:
-
Account: 1234567890
A/C Name:
Bank Details: Add your details
- SUB TOTAL:$ {{number_format($sub_total ? : '')}} {{--
- TAX:$5.00 --}}
- TOTAL: $ {{number_format($sub_total ? : '')}}