@lang('global.total_amount')
@if ($order->total_price == 0)
@else
{{ number_format($order->total_price, 2) }} {{ $order->restaurant->branch->city->country->currency_code }}
@endif
@if (in_array($order->status->title,$order->restaurant->settings->orders->enable_cancellation_on_status))
@endif
@if (in_array($order->status->title,$order->restaurant->settings->orders->enable_adding_meal_on_status))
@endif
@if ($order->status->title === 'pending' )
@endif