@extends('front.layouts.main') @section('content')
@if(count($data['data']) > 0)

ORDER SUMMARY

@if($status == 5) @else @endif
ORDER NUMBER {{ $data['order_num'] }}
ORDER DATE {{$time}}
STATUS : {{ 'Cancelled' }}PAYMENT MODE : {{ $data['payment_mode'] }}
STATUS : View Status
@foreach($data['data'] as $key => $product)
{{$product['json']['data']['orderItemDetail']['productName']}}
Quantity {{ $product['quantity'] }}
{{$product['json']['data']['orderItemDetail']['productName']}}
{{config('constants.CURRENCY_SYMBOL')." ". number_format($product['subtotal'])}}
@if(array_key_exists('topextraItems',$product['json']['data'])) @if(count($product['json']['data']['topextraItems'])>0) @foreach($product['json']['data']['topextraItems'] as $extra) @foreach($extra['labelOptions'] as $extraSub)

{{$extraSub['optionName']}}

@endforeach @endforeach @else @endif @endif {{ Form::open(['route'=>['specific.order.detail'],'method'=>'POST']) }} {{ Form::close() }}
@endforeach
ORDER NOTES {{ $data['order_notes'] }}
SUB TOTAL : {{config('constants.CURRENCY_SYMBOL')." ". number_format($data['subtotal'])}}
DELIVERY FEE : {{number_format($data['deliveryFee'])}}
VAT