{{ $company->name }}

{{ $company->address }}
Order Track No ({{ $data->booking_no }})
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if ($data->signature_image != null) @else @if ($data->confirm_image != null) @else
Shipper Name {{ $data->shipper }} Consignee Name {{ $data->consignee }}
Shipper Phone {{ $data->shipper_contact_no }} Consignee Phone {{ $data->consignee_contact_no }}
Order Type {{ $data->type == 'Urgent' ? 'One Hour' : 'Regular' }} Weight {{ $data->weight }}
Shipper Address {{ $data->shipper_address }} Consignee Adress {{ $data->consignee_address }}
Shipper City {{ $data->shipper_city }} Consignee City {{ $data-> consignee_city }}
Shipper postcode {{ $data->shipper_postcode }} Consignee postcode {{ $data-> consignee_post_code }}
Partial Delivery {{ $data->isPartial ? 'Available' : 'Not Available' }}
Signature Image @endif Confirm Image @endif --}}

Order Tracking

    @foreach ($order_statuses as $order_status)
  • {{ $order_status->created_at->format('d-m-Y') }}
    {{ \Carbon\Carbon::parse($order_status->created_at)->setTimezone('Asia/Dhaka')->format('H:i:s') }}
    {{ $order_status->status }}
    {{ $order_status->creator_name }} {{-- @if ($order_status->user->role == 10) --}} {{-- ({{ $order_status->user->mobile }}) --}} {{-- @endif --}}
  • @endforeach