user()->can('update', $this->route('master')); } public function rules() { return [ 'title' => 'required|max:60', 'description' => 'nullable|max:255', ]; } }