@extends('layouts.admin') @section('title') Dashboard @endsection @section('content')

{{number_format($staffCount)}}

Total Number of Staff

icon

{{number_format($clientCount)}}

Total Number of Clients

icon

{{number_format($todayMettingCount)}}

Shifts Done By Staff Today!

icon
Recent Clock In/Clock Out Activity
View All
{{-- --}}
Site-IdEmployee First Name Employee Last Name Client First Name Client Last Name Client Code Client ID MID AUTHORIZATION NUMBER Clock IN Time Clock In Date Clock Out Time Clock Out Date Clock In Message Clock IN Location Clock Out Location Clock Out Message
@push('page_script') @include('include.dataTableScripts') @endpush @endsection