ids)) { $model->whereIn('bill_id', (array) $this->ids); } return $model->get(); } public function fields(): array { return [ 'bill_id', 'bill_item_id', 'tax_id', 'name', 'amount', ]; } }