ids)) { $model->whereIn('bill_id', (array) $this->ids); } return $model->get(); } public function fields(): array { return [ 'bill_id', 'item_id', 'name', 'quantity', 'price', 'total', 'tax', ]; } }