@if (session('role') === 'organization')
215 hrs 00 min.
54 hr 00 min.
22 Casual Leaves
Total Employees
Total Reminder
Total Salaries
Last 30 Days
@endif
@if (session('role') === 'admin')
Total Organizations
Total Users
Last 30 Days
Last 30 Days
@endif
@endsection
Monthly
Weekly
Employee Leaves
Code of conduct
Ethical Code.Overview
Employees
{{ $data['total_profiles'] }}
Reminder
{{ $data['documentsWithReminders'] }}
Salaries - {{ session('currency') }}
{{ $data['salaries'] }}
New Employees
{{ $data['last_week_profiles'] }}
Notifications
A goal without a plan is just a wish.
Stay Blessed
You have 0 new notifications.
@if (isset($data['birthday']['employee']) && !empty($data['birthday']['employee']['date_of_birth']))
@php
// Parse date of birth and calculate age and month name
$dateOfBirth = \Carbon\Carbon::parse(
$data['birthday']['employee']['date_of_birth'],
);
$age = \Carbon\Carbon::now()->diffInYears($dateOfBirth);
$monthName = $dateOfBirth->format('F'); // Full month name
@endphp
@else
Next Birthday
{{ $data['birthday']['employee']['name'] }}