|
{{ ++$si }}
|
{{ $Student->admission_no ?? '' }}
|
{{ $Student->name ?? '' }}
|
@if ($StudentAttendance->AttendanceDate)
{{ date_format(date_create($StudentAttendance->AttendanceDate), 'd-m-Y') }}
@endif
|
{{--
{{$StudentAttendance->InTime}}
| --}}
{{ $StudentAttendance->OutTime }}
|
@endif
@endforeach