@if ($errors->has('loginUser')) {{ $errors->first('loginUser') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ csrf_field() }}