{{--
--}}
{{--
--}}
Employee Details
--}} {{--
{{-- --}}
@if(Auth::user()->fkUserType == "admin" ||Auth::user()->fkUserType == "manag")
@if(App\EmployeeInfo::where('id', $empId)->first()->fkDepartmentId !=6)
@endif
@endif
Date
to
{{-- --}}
| attDeviceUserId | Name | attendanceDate | checkInFull | checkoutFull | late | lateTime | scheduleIn | scheduleOut | workingTime |
|---|---|---|---|---|---|---|---|---|---|
| {{$result->attDeviceUserId}} | {{$result->fullName}} | {{$result->attendanceDate}} | {{$result->checkInFull}} | {{$result->checkoutFull}} | {{$result->late}} | {{$result->lateTime}} | {{$result->scheduleIn}} | {{$result->scheduleOut}} | {{$result->workingTime}} |
| Start Date | End Date | Days | Cause | Category |
|---|---|---|---|---|
| {{$leaves->startDate}} | {{$leaves->endDate}} | {{$leaves->noOfDays}} | {{$leaves->remarks}} | {{$leaves->categoryName}} |
| Comments |
|---|
| {{$comments->comment}} |