@if (Session::has('success'))
{{-- --}}
{{--
--}}
{{Session::get('success')}}
@endif
@if (Session::has('fail'))
{{Session::get('fail')}}
@endif
Attendance
--}}
S.No | Subject | Tutor | Date & Time | Status | {{--Remarks | --}}
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $attendreport->subject_name }} | {{ $attendreport->tutor_name }} | {{ \Carbon\Carbon::parse($attendreport->class_starts_at)->format('d/m/Y h:i a') }} | @if ($attendreport->status == 1)Present | @elseAbsent | @endif