@csrf {{-- Email --}}
@if($errors->get('email'))

{{ $errors->first('email') }}

@endif
{{-- Password --}}
@if($errors->get('password'))

{{ $errors->first('password') }}

@endif
{{-- Remember me + Forgot --}}
@if (Route::has('password.request')) Forgot password? @endif
{{-- Submit --}}