@php use App\Support\Enum\FileTypesEnum; @endphp
Order No - #{{ $order->id }} {{ $order->status?->trans() }}
@isset($provider_sub_services)
@lang('company::home.Sub Service Title') @lang('company::home.Sub Service Price')
{{ \Str::substr($provider_sub_services?->title,0,2) }}
{{ number_format($provider_sub_services?->price, 2) }}
@lang('company::home.Sub Total :')
{{ number_format($order->total_order, 2) }}
@lang('company::home.V.A.T :')
{{ number_format($order->vat, 2) }}
@lang('company::home.Total Price :')
{{ number_format($order->total_after_vat, 2) }}
@endisset @isset($towingOrder)
@lang('company::home.Towing Type Title') @lang('company::home.Total Distance') @lang('company::home.Total Time in Mins') @lang('company::home.Total Price')
{{ \Str::substr($towingOrderDetails?->towing_type_title,0,2) }}
{{ $towingOrderDetails?->total_distance_in_km }} {{ $towingOrderDetails?->total_time_in_minutes }} {{ number_format($towingOrderDetails?->total_price, 2) }}
@lang('company::home.Total Price :')
{{ number_format($towingOrderDetails->total_price, 2) }}
@endisset
Location
@if(count($order->getImages(FileTypesEnum::CAR_IMAGE)))
Images
@foreach($order->getImages(FileTypesEnum::CAR_IMAGE) as $key => $image) @endforeach
@endif
User Details
{{ \Str::substr(ucfirst($orderUser->name),0,1) }}

{{ $orderUser->name }}

{{ $orderUser->email }}

{{ $orderUser->phone_number }}

{{--
Last Login :{{ \Carbon\Carbon::parse($orderUser->last_login)->format('j Y F H:m') }}--}} {{--
--}}
User address :

address : {{ $address?->address }}

Country : {{ $address?->country->title }}

City : {{ $address?->city->title }}

State : {{ $address?->distract->title }}

{{--
--}} {{--
Send updates to :
--}} {{--

Phone : --}} {{-- (555)-0123-1210

--}} {{--

Email : --}} {{-- jsontaylor2134@gmail.com

--}}
Order Summary

Ordered Date {{ \Carbon\Carbon::parse($order->date)->format('j F Y') }}

Ordered Time {{ \Carbon\Carbon::parse($order->from)->format('g:i A') }} - {{ \Carbon\Carbon::parse($order->to)->format('g:i A') }}

Provider Details
@if(!$provider) Assign Provider @else Re Assign Provider @endif
@if(!$provider) @endif
{{ ucfirst(Str::substr($provider?->name,0,1)) }}

{{ $provider?->name }}

{{--

{{ $order->phone }}

--}}

{{ $provider?->email }}

{{ $provider?->status }}
{{--
--}} {{--
Send updates to :
--}} {{--

Phone : --}} {{-- (555)-0123-1210

--}} {{--

Email : --}} {{-- jsontaylor2134@gmail.com

--}}
Information

Phone {{ $provider?->phone_number }}

Country {{ $provider?->country->title }}

@if($provider->company_id)

Company {{ $provider?->company->name }}

@endif @if($order->merchant?->last_logged_in_at)

Last Active {{ \Carbon\Carbon::parse($provider?->last_logged_in_at)->format('j Y F g:i A') }}

@endif
{{--
--}} {{--
--}} {{--
--}} {{--
Order Tracking
--}} {{--
#SPK1218153635
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Order placed successfully by Sansa--}} {{-- Taylor

Nov 03, 2022, 15:36--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Your order has been picked up by Smart Good Services

Nov 03, 2022, 15:36
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Arrived USA SGS Warehouse

Nov 03, 2022, 15:36
--}} {{--

picked up by SGS Agent and on the way to--}} {{-- Hyderabad

Nov 03, 2022, 15:36
--}} {{--

Arrived in Hyderabad and expected Delivery is--}} {{-- Apr 16, 2022

Nov 03, 2022, 15:36
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

Your order is out for devlivery

Nov 03, 2022, 15:36 (expected)
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@push('js') @endpush @push('css') @endpush