I am trying to return errors back to my view, this is part of my controller TestcategoryController
$rules =array( \'name\' => \'required\'
You need to use it like this:
{{ $errors->getBag('default')->first('name') }}