@extends('fronted.layout.main') @section('adcontent') @if($errors->any()) @endif
@if($message = Session::get("EmpSuccess")) @php session()->forget('EmpSuccess') @endphp @endif @if($message = Session::get("EmpError")) @php session()->forget('EmpError') @endphp @endif
Employee
Total Registration : {{$totalReg}}
Current Registration: {{$runningReg}}
Attendance
@php $employeCount = 1; @endphp @foreach($allEmployees as $employe) @php $employeCount++; @endphp @endforeach
S.No Name Email Mobile Designation Present Count Employee Id Role Action
{{$employeCount}} {{strtolower($employe->candidate_name)}} {{$employe->email}} {{$employe->mobile}} {{strtolower($employe->current_designation)}} {{$employe->attendanceForCurrentMonth['totalPresent']}} {{ $employe->employee_id }} {{ $employe->user_roll }}
@endsection