@if (auth()->user()->roles[0]->id == config('const.roleAgency')) {{Auth::user()->name}} @else {{Auth::user()->agencyUser()->first()->name}} @endif |
Clock In-Out Report | {{ $clockInOutReportData->reportgenrated_date }} |
Date | User Name | IN TIME | OUT TIME | Worked Hours |
---|---|---|---|---|
{{ $clockinOutReport->clockin_date }} | {{ isset($clockinOutReport->getUserByName) ? $clockinOutReport->getUserByName->owner_name : '-' }} | {{ $clockinOutReport->in_time }} | {{ $clockinOutReport->out_time }} | {{ $clockinOutReport->work_hours }} |
Clock In-Out Not Available. |