@extends($layouts)
@section('content')
List of Absences
@if($type == 1)
@if($academic_type == "College" || $academic_type == "TESDA")
SY: {{$school_year}} - {{$school_year + 1}} / {{$period}} Semester
@else
SY: {{$school_year}} - {{$school_year + 1}}
@endif
@else
Date Range: {{date_format(date_create($finalStartDate),"F d, Y")}} - {{date_format(date_create($finalEndDate),"F d, Y")}}
@endif
@if(count($absences)>0)
No. |
Date Absent |
Instructor |
Reason |
Remarks |
Clinic Remarks |
View |
@foreach($absences as $list)
{{++$x}} |
{{date_format(date_create($list->date_absent),"M d, Y")}} |
Fatal error: Class 'App\User' not found in D:\xampp\htdocs\dmmc\resources\views\health\main\view_student_absence.blade.php on line 66