© 2026 Hedgehog Software, LLC
public function table(Table $table): Table { return $table ->relationship(fn (): HasMany => $this->branch->sales()) ->inverseRelationship('branch') ->columns([ TextColumn::make('branch_name'), ]); }