@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::layouts.partials.common-left-search')
@include('user::layouts.partials.common-message')
@yield('content')
@include('user::components.toastr') @stack('scripts')