{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@config('login_message') @endconfig