{{ $setting->app_name ?? '' }}
{{ $setting->app_name ?? '' }}
    @adminCan('dashboard.view')
  • {{ __('Dashboard') }}
  • @endadminCan @if (Module::isEnabled('GlobalSetting') && checkAdminHasPermission('setting.view')) @include('globalsetting::sidebar') @endif @if(checkAdminHasPermission('basic.payment.view') || checkAdminHasPermission('payment.view'))
  • {{ __('Payment Gateway') }}
      @if (Module::isEnabled('BasicPayment') && checkAdminHasPermission('basic.payment.view')) @include('basicpayment::sidebar') @endif @if (Module::isEnabled('PaymentGateway') && checkAdminHasPermission('payment.view')) @include('paymentgateway::sidebar') @endif
  • @endif @adminCan('currency.view') @include('currency::sidebar') @endadminCan @if(checkAdminHasPermission('admin.view') || checkAdminHasPermission('role.view'))
  • {{ __('Administration Settings') }}
  • {{ __('Admin & Roles') }}
      @adminCan('admin.view')
    • {{ __('Manage Admin') }}
    • @endadminCan @adminCan('role.view')
    • {{ __('Role & Permissions') }}
    • @endadminCan
  • @endif