{{__('order.just_created')}}
{{food_date_format($order->created_at)}}
{{__('levels.order_type')}}: {{ $order->getOrderType }}
{{ ucwords($order->user->name) ?? null }}
{{currencyFormat($order->total)}}
{{__('order.accepted_by')}} {{$order->restaurant->user->name}}
{{food_date_format($order->created_at)}}
{{__('levels.order_type')}}: {{ $order->getOrderType }}
{{ ucwords($order->user->name) ?? null }}
{{currencyFormat($order->total)}}
{{ trans('order_status.'.$order->status)}}
{{food_date_format($order->created_at)}}
{{__('levels.order_type')}}: {{ $order->getOrderType }}
{{ ucwords($order->user->name) ?? null }}
{{currencyFormat($order->total)}}