@extends('layout.app') @section('title', 'Log Daily KM - ' . ($selectedVehicle->vehicle_no ?? 'Choose Truck')) @push('header_script') @endpush @section('content')
{{-- Entry Form --}}
{{--
Record Daily Mileage
--}} @if($selectedVehicle) Truck: {{ $selectedVehicle->vehicle_no }} @endif
@csrf @if(isset($redirectTo)) @endif
@error('end_km') {{ $message }} @enderror
Previous Logs for {{ $selectedVehicle->vehicle_no ?? 'this vehicle' }}
Date Status Start KM End KM Total KM Created By Action
@endsection @push('footer_script') @endpush