@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
@if (auth()->user()->hasRole('author') && $dashboardType == 'author') @include('user::layouts.partials.author-sidebar') @else @include('user::layouts.partials.user-sidebar') @endif @include('user::components.toastr') @stack('scripts')