@vite('resources/sass/app.scss')
@yield('custom_styles')
{{ $slot }}
@vite('resources/js/app.js') @yield('custom_scripts') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif