Great news!

Hi {{ $order->customer_name}},

{{$message}}

Received!

ORDER SUMMARY

Sub Total: AED {{$order->total}}
Tax: AED {{$order->vat}}
Discount: AED {{$order->discount}}
Grand Total: AED {{$order->grand_total}}
Payment : {{ payment_mode($order->payment_mode) }}

SHIPPING ADDRESS

@if($order)

{{$order->full_name}}

{{$order->dial_code}}.{{$order->phone}}
{{$order->building_name}}
{{$order->land_mark}}

@endif

Service

@foreach ($order->service_details as $dataservice) @endforeach

{{$dataservice->name}}

{{$dataservice->description}}

Service rate: {{number_format($dataservice->price, 2, '.', '')}}

Schedule Date: {{ get_date_in_timezone($dataservice->booking_date, 'd-M-y h:i A') }}

Order Status:{{order_status($dataservice->order_status)}}

Much love,

Fast Time

© 2023 {{ env('APP_NAME') }}. All Rights Reserved.