@if (session('user.image'))
@else
@endif
Welcome Back, {{ session()->get('user.name') }}
@can('departments.read')
@endcan
@can('departments.read')
@endcan
@can('office_locations.read')
@endcan
@can('job_levels.read')
@endcan
@can('employment_types.read')
@endcan
@can('qualification_levels.read')
@endcan
@can('payroll_structures.read')
@endcan
@can('tax_structure.read')
@endcan
Employees By Departments
Birthdays
| Name | Department | Birthday |
|---|---|---|
|
@if ($birthday['profile_image'])
{{ $birthday['name'] }}{{ $birthday['designation'] ?? '' }} |
{{ $birthday['department'] ?? '' }} |
{{ $birthday['birthday'] }} |
Employees
| Name | Department |
|---|---|
|
@if ($employee['profile_image'])
{{ $employee['name'] }}{{ $employee['designation']['name'] ?? '' }} |
{{ $employee['department']['name'] ?? '' }} |
Work Anniversary
@forelse ($workAnniversary as $anniversary)
@empty
@endforelse
{{ $anniversary['next_anniversary'] }}
@if ($anniversary['profile_image'])
@else
@endif
{{ $anniversary['name'] }}
{{ $anniversary['designation_name'] }}
No Record Found!