Display All Error
@foreach ($errors->all() as $error)
<div class="col-12">
<div class="alert alert-warning">
{{ $error }}
</div>
</div>
@endforeach
Display Selected Error
@error('title') is-invalid @enderror
Discover more from Soa Technology | Aditya Website Development Designing Company
Subscribe to get the latest posts sent to your email.