@extends('layouts.adminapp') @section('content') {{-- StudentAttendance --}}

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

@error('batch_id') {{ $message }} @enderror
@error('batch_id') {{ $message }} @enderror
{{-- --}}
{{ __('lng.SiNo') }} {{ __('lng.AdmissionNo') }} {{ __('lng.Name') }} {{ __('lng.Date') }} {{ __('lng.InTime') }} {{ __('lng.OutTime') }}Actions
Showing {{ $StudentAttendances->count() }}
@csrf
@endsection