@lang('hr.staff_no') | @lang('hr.staff_name') | @lang('hr.role') | @lang('hr.attendance') | @lang('hr.note') |
---|---|---|---|---|
{{ $staff->staff_no }} | {{ $staff->first_name . ' ' . $staff->last_name }} | {{ $staff->roles != '' ? $staff->roles->name : '' }} |
DateWiseStaffAttendance != null ? ($staff->DateWiseStaffAttendance->attendence_type == 'P' ? 'checked' : '') : 'checked' }}>
DateWiseStaffAttendance != null ? ($staff->DateWiseStaffAttendance->attendence_type == 'L' ? 'checked' : '') : '' }}>
DateWiseStaffAttendance != null ? ($staff->DateWiseStaffAttendance->attendence_type == 'A' ? 'checked' : '') : '' }}>
|
@lang('hr.error')
|