all() : [])); ?> withName('app-layout'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\App\View\Components\AppLayout::ignoredParameterNames()); ?> withAttributes([]); ?> slot('header', null, []); ?>
Total Records
count()); ?>
Clocked Out
whereNotNull('clock_out')->count()); ?>
Still Working
whereNull('clock_out')->count()); ?>
| # | Employee | Clock In | Clock Out | Total Hours |
|---|---|---|---|---|
|
user->name ?? '?', 0, 1))); ?>
user->name ?? 'Unknown'); ?> user->email ?? ''); ?> |
clock_in ? \Carbon\Carbon::parse($record->clock_in)->format('h:i A') : '—'); ?> | clock_out): ?> clock_out)->format('h:i A')); ?> Working | total_hours): ?> total_hours, 2)); ?> hrs clock_in && !$record->clock_out): ?> clock_in)->diffInMinutes(now()) / 60; ?> ~ hrs — |
No one has clocked in for format('F j, Y')); ?>.