Home
Delivery Status
{{ __('Logout') }}
@csrf
Vendor Delivery Status
Name
Mobile
Pickup Address
Pickup City
Delivery Address
Delivery City
Notes
Request Date
Action
@foreach($delivery as $status)
{{ csrf_field() }}
{{ $status->first_name }}
{{ $status->phone }}
{{ $status->address }}
{{ $status->pickup_details }}
{{ $status->deliver_address }}
{{ $status->delivery_date }}
{{ $status->delivery_note }}
{{ $status->customer_phone }}
{{ $status->delivery }}
Picked Up
In Transist
Delivered
@endforeach