{{-- resources/views/admin/dashboard.blade.php --}} @extends('adminlte::page') @section('title', 'Attendances | ' . Config::get('adminlte.title')) @section('content_header')

Attendances

@stop @section('content') {{--Show message if any--}} @include('layouts.flash-message')

Attendance Operations

Review attendance records with cleaner filters and faster staff tracking.

Open Staff Attendance
Total Records {{ $summary['total'] }}
Completed {{ $summary['completed'] }}
Open {{ $summary['open'] }}
Late {{ $summary['late'] }}

Live Attendance Report

Today’s attendance activity refreshes automatically on this screen.

Refreshing...
Today Records --
Currently Open --
Checked Out --
Late Today --

Open Attendance

Still checked in
Staff Check In Late In Location
Loading live attendance...

Recent Activity

Latest updates today
Staff Check In Check Out Status
Loading live attendance...

Attendance List

@if($canChooseUsers)
@endif

{!! $html->table(['class' => 'table table-hover table-modern']) !!}
@stop @section('css') @stop @section('js') {{--Button--}} {!! $html->scripts() !!} {{--Datepicker--}} @stop