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

@if(isset($from_date)) @if(nCount($results) > 0) Download PDF @endif @else @if(nCount($results) > 0) Download PDF @endif @endif

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