Order {!! $model->id !!}

Created On :{!!\App\helpers\ViewCommonHelper::getDateFormat($model->created_at,1) !!}
Updated On :{!!\App\helpers\ViewCommonHelper::getDateFormat($model->updated_at,1) !!}
{!! $model->source !!} Order @if($model->discountAmount)

Discount Rs: - {!! $model->discountAmount !!}

@endif @if($model->refundAmount)

Refund Rs: {!! $model->refundAmount !!}

@endif

Total Rs: {!! $model->totalAmount !!}

@if($member) Name : {!! $member->name??" - " !!} phone : {!! $member->phone??" - " !!} @endif Address : {!! $model->address??" - " !!}

{!! $model->status !!} {!! $model->type !!} @if(!empty($dispositions[0]))

Dispositions

@foreach($dispositions as $order_reason)

{{$order_reason->status}} {!! ': '.$order_reason->comment !!} | ({!! \App\helpers\ViewCommonHelper::getDateFormat($order_reason->created_at,1) !!})

@endforeach @endif
Items
@foreach($items as $item)
{{$item->title}}logo:URL::asset(config("params")['images']["avatar"])}}" class="media-object d-flex mr-3 bg-primary height-50 rounded-circle"> Price:{!! $item->amount !!}
status:{!! $item->status !!}

{!! $item->title !!}

Kcal:{!! $item->totalCalories !!}
qty: {{$item->qty}} Amount : {{$item->qty*$item->amount}}
@endforeach