@if($employee->current_timer)
@else
@endif
{{ substr($employee->name, 0, 1) }}
{{ $employee->name }}
{{ $employee->employeeProfile->department ?? 'General' }}
@if($employee->current_timer)
Session Time
{{ $employee->current_timer->started_at->diff(now())->format('%H:%I:%S') }}
@else
No Active Timer
@endif
{{ $employee->availabilityPercent() }}% Available