ریاست الوزراء ا.ا.ا
@if($leave->employee->designation->hirarchy_level <= $HighLevelHirarchyId)
{{-- HeadOffice Aproval --}}
@else
{{-- Responsible Acceptance --}}
@if($leave->responsible_decline_at == null)
{{-- HR Approval --}}
@if($leave->hr_decline_at == null)
{{-- Manager Approval --}}
@if($leave->manager_decline_at == null)
{{-- Directorate Approval --}}
@if($leave->directorate_decline_at == null)
{{-- Deputy Approval --}}
@endif
@endif
@endif
@endif
@endif