Order Date Time: {{ date_format($data->created_at,'Y-M-d H:i') }}
Order Reference: {{$data->reference}}
Order #{{ $data->id }} is currently {{ucwords($data->status)}}
@if($data->tracking_number ?? '')
Order Tracking # {{$data->tracking_number}}
@endif
×
product
name
sku
size
brand
quantity
price
@forelse($data->order_detail as $order_detail)
@forelse($order_detail->product as $product)
{{--start - calculate the subtotal which is used in the below code--}}
@if((float)$product->sale_price > 0)
Warning: Undefined variable $product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 57
Warning: Attempt to read property "sale_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 57
Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 57
Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 57
@elseif((float)$product->sale_price_sizes > 0)
Warning: Undefined variable $product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 59
Warning: Attempt to read property "sale_price_sizes" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 59
Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 59
Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 59
@else
Warning: Undefined variable $product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 61
Warning: Attempt to read property "regular_price" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 61
Warning: Undefined variable $order_detail in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 61
Warning: Attempt to read property "quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/order-detail.blade.php on line 61
@endif
{{--end - calculate the subtotal which is used in the below code--}}
@if(isset($data->order_detail))
@forelse($data->order_detail as $order_detail)
@forelse($order_detail->product as $product)
@if($product->product_user ?? '')