@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.SiNo') }} | {{ __('lng.Vehicle') }} | {{ __('lng.Number') }} |
---|---|---|
{{ ++$i }} | {{ $StudentVehicle->name }} | {{ $StudentVehicle->number }} |
{{ __('lng.Showing') }} {{ $StudentVehicles->count() }} {{ __('lng.Items') }}