{{-- MAIN --}}
MAIN
Dashboard
Screening
Import Transactions
{{-- ========================= --}}
{{-- AML / CFT --}}
{{-- ========================= --}}
@php
$amlCftActive =
request()->is('pep') ||
request()->is('moha') ||
request()->is('unscr') ||
request()->is('high-risk-country') ||
request()->is('purpose-of-transaction');
@endphp
{{-- LEFT SIDE: Icon + AML / CFT --}}
AML / CFT
{{-- ========================= --}}
{{-- COMPLIANCE --}}
{{-- ========================= --}}
@php
$complianceActive = request()->is('cdd') || request()->is('edd') || request()->is('str');
@endphp
{{-- LEFT SIDE: Icon + Compliance --}}
Compliance
{{-- ========================= --}}
{{-- REPORT --}}
{{-- ========================= --}}
{{-- @php
$reportActive = request()->is('customer-risk-profilling');
@endphp --}}
{{-- LEFT SIDE: Icon + Report --}}
Report
{{--
MOHA List Report
UNSCR List Report
PEPs List Report
STR Form
Customer Risk Profiling(CRP)
Customer Transaction List
STR Form
Nomination Form
DCR Report
CDD Form
EDD Form
6B Report
7B Report
Active Customer List
--}}
{{-- ========================= --}}
{{-- ADMINISTRATION --}}
{{-- ========================= --}}
@php
$administrationActive =
request()->is('user-group') || request()->is('system-information') || request()->is('company-information');
@endphp
{{-- LEFT SIDE: Icon + Utilities --}}
Utilities