@lang('Attendance of Student') - {{$attendances[0]->student->name}}
@endif
@if(count($attendances) > 0)
@if (session('status'))
@endif
@include('layouts.student.attendances-table')
@else
{{ session('status') }}
@endif
@if(count($attendances) > 0)
@lang('Attendance List of This Term')
| @lang('Status') | @lang('Date') |
|---|---|
| @lang('Present') | {{$attendance->created_at->format('M d Y h:i:sa')}} |
| @lang('Escaped') | {{$attendance->created_at->format('M d Y h:i:sa')}} |
| @lang('Absent') | {{$attendance->created_at->format('M d Y h:i:sa')}} |
@lang('No Related Data Found.')
@endif