@Lang('account/account.Back to all orders')

@Lang('account/account.Order') #{{$order->order_no}}

@if($order->status == 1 && !$order->cancel_requested) @endif

@Lang('account/account.Order Status') : @if($order->status == 1) @elseif($order->status == 2) @elseif($order->status == 4) @elseif($order->status == 3) @endif @if($order->status <= 2 && $order->cancel_requested) - @Lang('account/account.Cancel Requested') @endif

@foreach($order->items as $item) @endforeach @if($order->is_discount_applied) @endif
{{@$item->product->title}} @if($item->option !=null) - {{@$item->option->dropdown->title}}({{@$item->option->price}} @Lang('custom.KWD')) @endif @if(!empty($item->addon_options)) @foreach($item->addon_options as $option)

{{ $option['addon_name_en'] }}: {{ $option['option_id'] > 0 ? $option['addon_option_en'] : $option['other'] }}, {{ $option['price'] ?? 0 }} @Lang('custom.KWD')

@endforeach @endif
@if ($item->status <= 2 && $item->cancel_requested) @elseif($item->status == 1) @elseif($item->status == 2) @elseif($item->status == 3) @elseif($item->status == 4) @endif {{$item->price}} @Lang('custom.KWD')
@Lang('account/account.Subtotal') {{$order->sub_total}} @Lang('custom.KWD')
@Lang('account/account.Discount') {{$order->discount}} @Lang('custom.KWD')
@Lang('account/account.Grand Total') {{$order->amount}} @Lang('custom.KWD')

@Lang('account/account.Billing Address')

  • @Lang('account/account.Name') {{$order->name}}
  • @Lang('account/account.Address') {{$order->address}}
  • @Lang('account/account.Phone') {{$order->phone_number}}
  • @Lang('account/account.Email') {{$order->email}}