{{-- --}}
    @can('view profile')
  • Dashboard
  • @endcan @if(auth()->check() && auth()->user()->hasAnyRole(['admin', 'super admin'])) @can('view categories')
  • Categories
  • @endcan @can('view services')
  • Services
  • @endcan @can('view plans')
  • Plans
  • @endcan @endif @can('view subscription') @php $marketplaceRoute = auth()->user()->hasAnyRole(['admin', 'super admin']) ? route('admin.shared-subscriptions.index') : route('subscriptions.index'); @endphp
  • BlackSplit
  • My Subscriptions
  • My Shared
  • @endcan @can('create subscription')
  • Share Subscription
  • @endcan @can('view wallet')
  • Wallet
  • @endcan @can('request payout')
  • Payout Requests
  • @endcan
  • Messages
  • @can('view trust score')
  • Trust Score
  • @endcan @if(auth()->check() && (auth()->user()->can('view referral') || auth()->user()->can('view referrals')))
  • Referrals
  • @endif @if(auth()->check() && auth()->user()->hasAnyRole(['admin', 'super admin']))
  • Artisan
  • @endif @can('view permission')
  • Permissions
  • @endcan @can('view audit logs')
  • Audit Logs
  • @endcan