{{ __('order.order_timeline') }}
{{ $order->created_at }}
{{ __('order.created') }}
{{ __('customer.name') }} : {{ $order->party->first_name }}
{{ __('customer.mobile') }} : {{ $order->party->mobile }}
{{ __('customer.address') }} : {{ $order->party->address }}
{{ __('order.status') }} : {{ $order->order_status }}
{{ __('schedule.schedule') }}
{{ __('service.name')}} | {{ __('order.start_date')}} | {{ __('order.end_date')}} | {{ __('schedule.assigned_jobs')}} | {{ __('app.staff_status')}} |
---|---|---|---|---|
{{ $products->service->name }} | {{ $products->start_date .' '. $products->start_time }} | {{ $products->end_date .' '. $products->end_time }} | {{ $products->user->first_name??'' }} | {{ $products->staff_status??'' }} |