@extends('layouts.master') @section('title') {{ __('Route Vehicles') }} @endsection @section('content')
@csrf

{{ __('create_route_vehicle') }}

{{-- Table --}}

{{ __('list_route_vehicles') }}

{{ __('id') }} {{ __('no.') }} {{ __('route') }} {{ __('vehicle') }} {{ __('driver') }} {{ __('helper') }} {{ __('status') }} {{ __('action') }}
{{-- Edit Modal --}}
@endsection @section('js') {{-- JS to handle AJAX operations --}} @endsection