{{__('Login')}}.

{{--

Log in with your data that you entered during registration.

--}} @if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{--
@if (Route::has('register'))

Don't have an account? Sign up.

@endif @if (Route::has('password.request'))

Forgot password?.

@endif
--}}