@extends('admin.master') @section('content') @section('title','Monthly Attendance')
@yield('title')

@if(nCount($results) > 0 && $results!='')

Download PDF

@endif @if($results!='' )
{{$serial = null}} @if(count($results) > 0) @foreach($results AS $value) @endforeach @else @endif @if(count($results) > 0) @endif
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
@endif
@endsection