© 2026 Hedgehog Software, LLC
Fieldset::make('Foto') ->relationship('photos') ->schema([ Infolists\Components\ImageEntry::make('name') ->url(fn ($record) => Storage::url($record->name), shouldOpenInNewTab: true) ->label('')->height(90)->width(90)->columnSpanFull(), ])->columns(5),
->url(fn ($record) => Storage::url($record->name), shouldOpenInNewTab: true)