@extends('layouts.adminapp') @section('content') {{-- Day Book --}}
{{__('lng.StudentVehicleReport')}}
@if ($SearchResult) @php echo $SearchResult @endphp @else
{{-- --}} @php $i=0;@endphp @foreach ($StudentVehicles as $StudentVehicle) @endforeach
{{__('lng.SiNo')}} {{__('lng.Vehicle')}} {{__('lng.Number')}}{{__('lng.Action')}}
{{++$i}} {{$StudentVehicle->name}} {{$StudentVehicle->number}}
@endif
@endsection