@if(auth()->user()?->isPlatformUser()) @php $activeWorkspace = app(\App\Models\Solicitor\Solicitor::class); @endphp
  • {{ $activeWorkspace?->name ?? 'No Workspace' }}

  • @endif @can('dashboard.view')
  • Dashboard
  • @endcan @can('tasks.admin')
  • Task Hub
  • @endcan @can('clients.view')
  • Clients
  • @endcan @can('solicitors.view')
  • Solicitors
  • @endcan @can('institutions.view')
  • Institutions
  • @endcan
  • DSARs
    @can('dsars.view') Outstanding DSARs @endcan @can('dsars.types.view') DSAR Types @endcan
  • @can('print-queue.view')
  • Print Queue
  • @endcan {{-- Reports --}} @can('reports.view')
  • Reports
    @can('reports.tranches.view') Tranche Report @endcan @can('reports.status') Status Report @endcan @can('reports.status.days') Days In Status Report @endcan @can('dsars.report') DSAR Report @endcan @can('reports.latest-actions.view') Latest Actions @endcan @can('reports.system-changes.view') System Changes @endcan @can('reports.trends') Throughput Trends @endcan
  • @endcan {{-- Admin: Tranches, Lead Sources, Monitoring, Communications, Users, Settings --}} @canany(['tranches.view', 'sources.view', 'monitoring.view', 'templates.view', 'templates.create', 'templates.edit', 'communications.logs.view.own', 'communications.logs.view.all', 'users.view', 'roles.view', 'permissions.view', 'statuses.view', 'tags.view', 'doc-types.view', 'key-dates.view'])
  • Admin
    @can('tranches.view') Tranches @endcan @can('sources.view') Lead Sources @endcan @can('monitoring.view') Monitoring @endcan @canany(['templates.view', 'templates.create', 'templates.edit', 'communications.logs.view.own', 'communications.logs.view.all'])
    Communications
    @canany(['templates.view', 'templates.create', 'templates.edit']) Templates @endcanany @canany(['communications.logs.view.own', 'communications.logs.view.all']) Communications Log @endcanany @endcanany @can('users.view')
    Users
    Users @can('roles.view') Roles @endcan @can('permissions.view') Permission Centre @endcan @endcan @canany(['statuses.view', 'tags.view', 'doc-types.view', 'key-dates.view'])
    Settings
    @can('statuses.view') Claim Statuses @endcan @can('tags.view') Tags @endcan @can('doc-types.view') Document Types @endcan @can('key-dates.view') Key Dates @endcan @endcanany
  • @endcanany