© 2026 Hedgehog Software, LLC
Tables\Columns\IconColumn::make('estimates_exists')->exists('estimates')->boolean(),
public function estimates() { return $this->hasMany(Estimate::class); }