@extends('admin.master') @section('content') @section('title','My Attendance Report')
| S/L | Date | Employee Name | In Time | Out Time | Working Time | Late | Late Time | Over Time | Status |
|---|---|---|---|---|---|---|---|---|---|
| {{++$serial}} | {{ $value['date'] }} | {{$value['fullName']}} | -- | -- | -- | -- | -- | -- | Present |
| Data not available ! | |||||||||
| Total Working days: | {{$serial}} Days | ||||||||
| Total Present: | {{$totalPresent}} Days | ||||||||
| Total Absence: | {{$totalAbsence}} Days | ||||||||
| Total Leave: | {{$totalLeave}} Days | ||||||||
| Total Late: | {{$totalLate}} Days | ||||||||