user()->can('destroy', Status::class); } public function _rules(): array { return [ 'id' => 'required|integer|exists:statuses,id', ]; } }