{{View::make('layout.header')}} @php $user_join_year = date('d-m-Y',strtotime(App\Models\UserPay::where('username' , Auth::user()->username)->first()->date_commence)); $cutOffStartMonth = getSettingsValue("cut_of_startmonth"); if($cutOffStartMonth!=1){ if($cutOffStartMonth > date('m')){ $currentYear = date('Y'); }else{ $currentYear = date('Y')+1; } }else{ $currentYear = date('Y'); } @endphp
@if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('danger'))
{{ session()->get('danger') }}
@endif
Total
Employees

{{ number_format($totalemployees) }}

New
Joining

{{ number_format($newemployees) }}

Today's
Attendance
({{ $totalemployees-$todayleave }})

 

{{ sprintf("%0.1f",$todayleavepercent) }}%

Monthly Attendance

Birthday & Anniversary

{{-- --}}