@extends('fronted.layout.main') @section('adcontent') @if ($dataNotFound)

Data not found

@else
Employee List Attendance
Present
Total
{{ $persent }}
Current
{{ $currentPresent }}
Absent
Total
{{ $absent }}
Current
{{ $currentAbsent }}
leave
Total
{{ $leaves }}
Current
{{ $currentLeave }}
Half Days
Total
{{ $halfdays }}
Current
{{ $currentHalfDays }}
Employee Details
@if($employeeDetails->candidate_photo) emp img @else emp img @endif
Id #{{ $employeeDetails->form_no }} Reg Date: {{ date('d-M-Y', strtotime($employeeDetails->registration_date)) }}
{{ strtolower($employeeDetails->candidate_name) }}
{{ $employeeDetails->email }}
{{ $employeeDetails->mobile }}
View More
@endif @endsection