{{--model for add new vehicle route--}}
×
NEW ROUTE ASSIGNMENT
STEP 1
Basic Information
STEP 2
Account Information
STEP 3
Route Cost Information
Step 1: Basic Information
Route Type
Go & Return, with Cargo
Go with Cargo
Go with no Cargo,Return with Cargo
Fuel
Route Name
@foreach($D_routes as $D_route)
{{$D_route->route}}
@endforeach
Trailer
Truck
@foreach($trucks as $truck)
{{$truck->registration_number}}
@endforeach
Driver
No. Of Cargo.
1
2
3
Departure
{{--
Exchange Rate
--}} {{--
--}} {{--
--}} {{--
--}}
Exchange Rate
Step 2: Cargo(s) Information
Step 3: On Route Expenses
@include('vehicles.profile.includes.routeHoseTrailerDriverDetails')