repository = $repository; } public function execute(string $bill_no): bool { return $this->repository->where('reference', $bill_no)->exists(); } }