@extends('admin.master') @section('content') @section('title','Monthly Attendance')
| S/L | Date | In Time | Out Time | Working Time | Late | Late Time | Over Time | Status |
|---|---|---|---|---|---|---|---|---|
| {{++$serial}} | {{ $value['date'] }} | -- | -- | -- | -- | -- | -- | 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 | |||||||