@vite('resources/site/scss/app.scss')
@guest @endguest @auth {{ __('Profile') }}
@csrf
@endauth
@hasSection('h1')

@yield('h1')

@endif @includeWhen($errors->any(), 'layout.site._errors', ['errors' => $errors->all()]) @includeWhen(Session::has('success'), 'layout.site._success', ['success' => Session::get('success')]) {{ $slot }}
@vite('resources/site/js/app.js') @stack('scripts')