Employee Attendance
{{-- Back --}}
{{$errors->first('date')}}
| # | Employee Name* | Attendance* | Clock In* | Clock Out* | Work Time* |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {!! Form::select("attendance[]", ['Present'=>'Present','Holiday'=>'Holiday','Absent'=>'Absent', 'OnLeave'=>'On Leave'], old("attendance"), ['class'=>'form-control', 'required', 'id'=>'attendance'.$loop->iteration+10] ) !!} |