@vite(['resources/sass/app.scss', 'resources/js/app.js']) @stack('styles') @stack('scripts') @yield('extrastyles')
@auth @endauth
@auth
@if(can('view_system_settings')) @endif
@endauth
{{ $slot ?? '' }} @yield('content')
{{ __('Copyright') }} © {{ date('Y') }} {{ config('app.name') }}