@include('global.header-links')
@include('partials.sidebar') @include('partials.header')

Dashboard

{{-- Display Errors and Success Messages --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('error')) @endif @if (session('success')) @endif
Total Employees

0

Total Check-in

0

Leaves This Month

0

Today's Check-In

Employee Check-In Time Check-Out Time Total Hours
@include('partials.footer')
@include('global.footer-links')