@extends('layouts.app') @section('title', 'My Attendance Dashboard') @section('content')

Attendance Dashboard

{{ $employee->name }} - {{ $employee->employee_id }}

{{ now()->format('F Y') }}
Current Period
@if(count($employees) > 0)
@endif

Total Presents

-

out of - days

Total Absents

-

working days

Late Entries

-

after standard time

Low Attendance

-

below minimum hours
Attendance Details
Date Punch In Punch Out Worked Hours Status
@endsection @push('scripts') @endpush