@extends('layouts.adminapp') @section('content')
@include('PrintHeader.header')

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

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