{{ __('static.we_will_send_booking_details') }} {{ auth()->user()->email }}
@foreach ($order->services as $service) {{ $locale == App\Helpers\ConstantHelper::ARABIC ? $service->name_ar : $service->name_en }} @unless ($loop->last) , @endunless @endforeach
{{ $locale == App\Helpers\ConstantHelper::ARABIC ? $order->branch->name_ar : $order->branch->name_en }}
{{ date('d-m-Y', strtotime($order->date)) }}
{{ App\Helpers\GeneralHelper::timeFormat($order->start_time) }}-{{ App\Helpers\GeneralHelper::timeFormat($order->end_time) }}
{{ __('static.egp_amount', ['amount' => $order->total_paid + $order->wallet]) }}
{{ __('static.egp_amount', ['amount' => $order->balance_amount]) }}
{{ __('static.egp_amount', ['amount' => $order->payable_amount]) }}
{{ date('d-m-Y', strtotime($orderStatusLog->date)) }} {{ App\Helpers\GeneralHelper::timeFormat($orderStatusLog->start_time) }}-{{ App\Helpers\GeneralHelper::timeFormat($orderStatusLog->end_time) }}