@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @stack('styles')
{{ config('app.name', 'La Conjugerie') }}
@if (Route::has('welcome.nl'))
Nederlands
@endif @auth
Practice
Dashboard
@csrf
Logout
@else
Login
@endauth
{{ $slot }}
@livewireScripts @stack('scripts')