@extends('layouts.adminapp') @section('title') {{ __('lng.StudentVehicleReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_student_report', 'open') @section('active_student_report', 'active') @section('active_student_vehicle_report', 'active') @section('content')

{{ __('lng.StudentVehicleReport') }}

{{ __('lng.StudentVehicleReport') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@php $i=0;@endphp @foreach ($StudentVehicles as $StudentVehicle) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Vehicle') }} {{ __('lng.Number') }}
{{ ++$i }} {{ $StudentVehicle->name }} {{ $StudentVehicle->number }}

{{ __('lng.Showing') }} {{ $StudentVehicles->count() }} {{ __('lng.Items') }}

@endif
@endsection