@if (session('moduleType') == 'OtherService')
@if (auth()->user()->can('other_activities_view'))
@if (auth()->user()->can('ho_review_pending_view'))
@endif
@if (auth()->user()->can('compliance_approval_pending_view'))
@endif
@if (auth()->user()->can('ho_final_approval_view'))
@endif
@if (auth()->user()->can('other_activities_closure_pending_view'))
@endif
@if (auth()->user()->can('other_activities_closure_review_view'))
@endif
@if (auth()->user()->can('other_activities_expense_pending_view'))
@endif
@if (auth()->user()->can('other_activities_closure_approval_view'))
@endif
@if (auth()->user()->can('other_activities_completed_view'))
@endif
{{-- @if (auth()->user()->can('other_activities_archived_view'))
@endif --}}
@if (auth()->user()->can('other_activities_cancelled_view'))
@endif
@endif
@if (auth()->user()->can('other_contract_compliance_review_view'))
@endif
@if (auth()->user()->can('other_contract_compliance_rejected_view'))
@endif
@if (auth()->user()->can('other_contract_activity_approval_pending_view'))
@endif
@if (auth()->user()->can('other_contract_document_submission_pending_view'))
@endif
@if (auth()->user()->can('other_contract_document_verification_view'))
@endif
@if (auth()->user()->can('other_contract_doctor_approval_view'))
@endif
@if (auth()->user()->can('other_contract_payment_approval_view'))
@endif
@if (auth()->user()->can('other_contract_payment_pending_view'))
@endif
@if (auth()->user()->can('other_contract_payment_hold_view'))
@endif
@if (auth()->user()->can('other_contract_payment_initiated_view'))
@endif
@if (auth()->user()->can('other_contract_payment_processed_view'))
@endif
@if (auth()->user()->can('other_contract_cheque_cleared_view'))
@endif
{{-- @if (auth()->user()->can('other_contract_archived_view'))
@endif --}}
@if (auth()->user()->can('other_contract_termination_initiated_view'))
@endif
@if (auth()->user()->can('other_contract_withdraw_initiated_view'))
@endif
@if (auth()->user()->can('other_activities_expense_view'))
@endif
@if (auth()->user()->can('other_activities_payment_view'))
@endif
@if (auth()->user()->can('other_activities_traveldesk_requests'))
@if (auth()->user()->can('other_activities_traveldesk_pending_request'))
@endif
@if (auth()->user()->can('other_activities_traveldesk_completed_request'))
@endif
@endif
@if (auth()->user()->can('other_activities_voucher_list_view'))
@endif
@if (auth()->user()->can('hotel_master_view'))
@endif
@endif