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->any()) {!! implode('', $errors->all(':message')) !!} @endif
We can format tag as per requirements.