Support the ongoing development of Laravel.io →
Blade Forms Validation
Last updated 1 year ago.
0

Something like this and you can change the if condition as you needed.

@if($errors->first('identifier'))
<div class="{{ $errors->first('identifier') or 'has-error' }}">
@endif
Last updated 1 year ago.
0

This worked for me

<div class="form-group {{ ($errors->first('release')) ? 'has-error'  :''}}">
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.