@vite('resources/sass/app.scss') @yield('custom_styles')
@auth
{{ auth()->user()->name ?? null }}
{{ __('Profile') }}
@csrf
{{ __('Log Out') }}
@endauth
@include('layouts.navigation')
@yield('content')
@vite('resources/js/app.js') @yield('custom_scripts')