@extends('layouts.layout') @section('content') {{ ucwords(str_replace('_', ' ', $url)) }} Version 2.0 SysManager Vehicle Expenses {{-- Today's Trips My Request --}} {{ csrf_field() }} SEARCH @if(isset($aggregates)) ID Vehicle Number Maint. Cost Doc. cost Fueling Cost {{-- Action --}} @foreach($aggregates as $aggregate) {{$loop->index + 1}} {{$aggregate->vehicle_id}} {{number_format($aggregate->maint_cost)}} {{number_format($aggregate->document_cost)}} {{number_format($aggregate->fueling_cost)}} @endforeach @else No Result @endif close Today 2026-08-16 @endsection
Today 2026-08-16