|
{{ ++$si }}
|
{{ $Student->admission_no ?? '' }}
|
{{ $Student->name ?? '' }}
|
{{--
@if ($StudentAttendance->AttendanceDate)
{{ date_format(date_create($StudentAttendance->AttendanceDate), 'd-m-Y') }}
@endif
| --}}
@if ($StudentAttendance->InTime)
{{ date_format(date_create($StudentAttendance->InTime), 'd-m-Y H:i') }}
@endif
|
{{ $presentTime[$Student->id] ?? 0 }} |
{{--
{{$StudentAttendance->OutTime}}
| --}}
@endif
@endforeach