{{ View::make('layout.header') }}
Download Sheet
| AL = Annual |
MC = Medical |
MT = Maternity |
MR = Marriage |
CL = Compassionate |
HL = Hospital |
EX = Examination |
| √ = Present |
AB = Absent |
R = Restday |
H = Holiday |
| Sr no. |
Progress |
Status |
Download |
@foreach ($records as $record)
| {{ $loop->iteration }} |
|
@switch($record->status)
@case(0)
Not Started
@break
@case(1)
Complete
@break
@case(2)
In Progress
@break
@case(3)
Failed
@break
@default
Unknown
@endswitch
|
@if($record->progress == 100)
@else
@endif
|
@endforeach
{{ View::make('layout.footer') }}
@include('E-Attendance.edit_attendance')