Welcome to {{ config('app.name') }}! 👋

Please sign-in to your account and start the adventure

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Forgot Password?

@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif