user()->hasPermissionTo('Разрешении должность'); } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'id' => 'nullable|string|alpha_dash|max:30|unique:titles,id,'.$this->title, 'name' => 'nullable|string', ]; } }