@if ($errors->any())

@if ($errors->has('email')) {{ $errors->first('email') }} @else {{ $errors->first('password') }} @endif

@endif