{{ View::make('layout.header') }} @php $user_join_year = date('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') + 1; } else { $currentYear = date('Y') + 1; } } else { $currentYear = date('Y') + 1; } @endphp
Total

Present

Absent

Late

UnAssigned

{{-- line chart --}}
Department  : 
Branch  : 
Category  : 
{{-- overview branch wise --}}

Monthly Attendance Overview (%)

@csrf