Export attendance Import CSV Add employee

All employees

@forelse ($employees as $employee) @php $presence = $employee->presence; $status = $presence?->status ?? 'off_site'; $statusLabel = config('frontdesk.employee_presence_statuses.'.$status, $status); @endphp @empty @endforelse
Name Code Department Status
{{ $employee->full_name }} {{ $employee->employee_code }} {{ $employee->department ?? '—' }} {{ $statusLabel }} @if ($presence?->destination) {{ $presence->destination }} @endif Badge Edit
No employees yet. Add staff who will sign in at the kiosk.
@if ($employees->hasPages())
{{ $employees->links() }}
@endif