@extends('layouts.adminapp') @section('title') {{ __('lng.StudentVehicleReport') }} - {{ __('lng.Print') }} @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.Print') }}

@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}}
{{ __('lng.Back') }}
@endsection