@extends("admin.template.layout") @section('header') @endsection @section('content')
Assign Drivers
@csrf
@foreach($booking->booking_truck as $booking_truck_index => $booking_truck)
@endforeach @if(count($booking->booking_truck) == 0)
@endif


{{'Received Quotes' ?? $page_heading}}
@if($booking->status != 'completed' && ($booking->admin_response !='approved_by_admin')) @endif @if($booking->admin_can_accept_quote == 1) @endif
{{-- --}}
Sr. Quotation date Driver Name Truck Type Destination Collection Point Quoted Amount Transportation charges Total Hours Quote Status Action
{{-- --}} @stop @section('script') @stop