@if (session('error')) {{ session('error') }} @endif @if ($errors->any()) {{ $errors->first() }} @endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
{{ __('Log in') }}
@if (Route::has('register'))
{{ __('Don\'t have an account?') }} {{ __('Sign up') }}
@endif