Bilawal Shah
Results
1
comments of
Bilawal Shah
This is the point that is unclear in the documentation. I am doing this way ``` @if ($errors->any()) @foreach ($errors->all() as $error) @php notify()->error($error); @endphp @endforeach @endif ```