@include('portal.potential-customers.create')
@include('portal.customers.create')
@include('portal.users.create')
@include('portal.users.update-account')
@include('portal.users.reset-password')
@include('portal.transactions.paybill-transactions.create')
@if(!Auth::user()->hasRole('Administrator') && !Auth::user()->hasRole('Referrer') && $activeCompany == "")
@include('portal.config.configure')
@else
@include('portal.companies.whatsapp-configurations.create')
@include('portal.companies.select-profile')
@include('portal.companies.bulk-messages.create')
@include('portal.companies.sms.create')
@hasrole('Administrator')
@include('portal.transactions.outgoing.create')
@endhasrole
@endif
@include('portal.notifications.details')
@include('portal.notifications.mark-as-read')