How can I display the validation message in the view that is being redirected in Laravel ?
Here is my function in a Controller
publi
@if ($errors->has('category')) {{ $errors->first('category') }} @endif