{{ $title }}
@if ($module == 'all')
@endif
@if (
$module == 'all' ||
($module == 'compliance-rejected' && auth()->user()->can('other_contract_compliance_rejected_export')) ||
($module == 'activity-approval-pending' && auth()->user()->can('other_contract_activity_approval_pending_export')) ||
($module == 'document-submission-pending' && auth()->user()->can('other_contract_document_submission_pending_export')) ||
($module == 'document-verification-pending' && auth()->user()->can('other_contract_document_verification_export')) ||
($module == 'final-ho-approval' && auth()->user()->can('other_contract_doctor_approval_export')) ||
($module == 'payment-apporval-pending' && auth()->user()->can('other_contract_payment_approval_export')) ||
($module == 'payment-pending' && auth()->user()->can('other_contract_payment_pending_export')) ||
($module == 'payment-onhold' && auth()->user()->can('other_contract_payment_hold_export')) ||
($module == 'payment-initiate' && auth()->user()->can('other_contract_payment_initiated_export')) ||
($module == 'payment-processed' && auth()->user()->can('other_contract_payment_processed_export')) ||
($module == 'cheque-cleared' && auth()->user()->can('other_contract_cheque_cleared_export')) ||
($module == 'terminated' && auth()->user()->can('other_contract_termination_initiated_export')) ||
($module == 'withdrawed' && auth()->user()->can('other_contract_withdraw_initiated_export'))
)
@endif
@if ($module == 'payment-pending' && auth()->user()->can('other_contract_payment_pending_bulk_payment_reject'))
@if (auth()->user()->can('other_contract_payment_pending_bulk_payment_reject'))
@endif
@endif
@if ($module == 'payment-pending' && auth()->user()->can('other_contract_payment_pending_initiate_bulk_payment'))
@if (auth()->user()->can('other_contract_payment_pending_view_logs'))
@endif
@endif
@if ($module == 'payment-pending' && auth()->user()->can('other_contract_payment_pending_hold_bulk_payment'))
@if (auth()->user()->can('other_contract_payment_pending_hold_bulk_payment'))
@endif
@endif
@if ($module == 'payment-initiate' && auth()->user()->can('other_contract_payment_initiated_process_bulk_payment'))
@if (auth()->user()->can('other_contract_payment_initiated_bulk_payment_rewise_view_logs'))
@endif
{{--
--}}
@endif
@if ($module == 'payment-initiate' && auth()->user()->can('other_contract_payment_initiated_bulk_payment_rewise'))
@endif
@if ($module == 'payment-processed' && auth()->user()->can('other_contract_payment_processed_cheque_clearance_import'))
@endif
@if ($module == 'payment-processed' && auth()->user()->can('other_contract_payment_processed_cheque_rewise_import'))
@endif