@vite('resources/css/app.css')
@yield('custom_styles')
@include('layouts.navigation')
{{ Auth::user()->name }}
{{ __('Profile') }}
{{ __('Logout') }}
@yield('content')
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.
@vite('resources/js/app.js') @yield('custom_scripts')