@isset($employees)
@error('employee_id')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
@else

Employee: {{ $attendance->employee?->full_name }} · Date: {{ $attendance->date->format('M d, Y') }}

@endisset
@error('first_in')
{{ $message }}
@enderror
@error('last_out')
{{ $message }}
@enderror
@error('remarks')
{{ $message }}
@enderror

Worked hours, late minutes, overtime and status are calculated automatically from the times and the employee's shift.

Cancel