$order]) }} method='POST'>
@csrf
@method('PATCH')
@if ($order->status->title === 'pending')
@endif
@if ($order->status->title !== 'pending')
@endif
@if ($order->status->title === 'pending')
@endif
@foreach ($order->meals_pivot as $meal)
@if ($order->status->title === 'pending')
@endif
@if ($order->status->title !== 'pending')
@endif
@if ($order->status->title === 'pending')
@endif
@endforeach
@lang('global.total_amount')
{{ number_format($order->total_price, 2) }}
@if (in_array($order->status->title,$order->branch->settings->orders->enable_cancellation_on_status))
@endif
@if (in_array($order->status->title,$order->branch->settings->orders->enable_adding_meal_on_status))
@endif
@if ($order->status->title === 'pending' )
@endif