@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('permissions')) {{ $errors->first('permissions') }} @endif