@extends('layout.index') @section('title', 'Vehicle Tracking Reports List') @section('content')
{{-- --}}
@php $i=0; @endphp @foreach ($result as $val) @php $i++; @endphp @endforeach
Sr.No Report Name
{{ $i }} {{ $val->report_name }}
@endsection