{{ __('strings.login') }}
{{ csrf_field() }}
E-Mail
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('strings.password') }}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('strings.remember_me') }}