@switch(UserRoles::from(auth()->user()->role)->group()) @case('accounting') @livewire('dashboards.accounting-dashboard') @break @case('jurist') @livewire('dashboards.jurist-dashboard') @break @case('sales') @livewire('dashboards.admin-dashboard') @break @case('partner') @livewire('dashboards.partner-dashboard') @break @case('client') @livewire('dashboards.client-dashboard') @break @case('external') @livewire('dashboards.external-dashboard') @break @default @livewire('dashboards.admin-dashboard') @endswitch @include('partials.user.welcome-modal') @include('partials.user.referral-modal') @push('scripts') @endpush