© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
MRBUG

Infolist

I want to show the user and image like this in filament infolist how can i do i am using Split but it is not looking good i want like that in infolist .
like given in this image how can I get that? here i am using this code but its showing like the below image but the distance between this image is very big.
in Info list
Group::make([
                 Split::make([
                    ImageEntry::make('user.profile_photo_path')->alignEnd()
                            ->circular()->label('Profile photo')->extraImgAttributes(['loading' => 'lazy'])->height(25),
                    TextEntry::make('user.name')
                            ->weight(FontWeight::Bold)->url(static fn (Model $record): string => UserResource::getUrl('edit', ['record' => $record->user]))
                            ->label('Client Name'),
                             ]),
             ]),
Group::make([
                 Split::make([
                    ImageEntry::make('user.profile_photo_path')->alignEnd()
                            ->circular()->label('Profile photo')->extraImgAttributes(['loading' => 'lazy'])->height(25),
                    TextEntry::make('user.name')
                            ->weight(FontWeight::Bold)->url(static fn (Model $record): string => UserResource::getUrl('edit', ['record' => $record->user]))
                            ->label('Client Name'),
                             ]),
             ]),


here is the image that i got but it has a gap


and i want like this but it's not looking good
code
 Group::make([
                             Split::make([
                    ImageEntry::make('user.profile_photo_path')->alignEnd()
                            ->circular()->label(`''`)->extraImgAttributes(['loading' => 'lazy'])->height(25),
                    TextEntry::make('user.name')
                            ->weight(FontWeight::Bold)->url(static fn (Model $record): string => UserResource::getUrl('edit', ['record' => $record->user]))
                            ->label('Client Name'),
                             ]),
             ]),
 Group::make([
                             Split::make([
                    ImageEntry::make('user.profile_photo_path')->alignEnd()
                            ->circular()->label(`''`)->extraImgAttributes(['loading' => 'lazy'])->height(25),
                    TextEntry::make('user.name')
                            ->weight(FontWeight::Bold)->url(static fn (Model $record): string => UserResource::getUrl('edit', ['record' => $record->user]))
                            ->label('Client Name'),
                             ]),
             ]),

and here is the image
image.png
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

infolist
FilamentFFilament / ❓┊help
3y ago
infolist
FilamentFFilament / ❓┊help
3y ago
Infolist
FilamentFFilament / ❓┊help
3y ago
Infolist files
FilamentFFilament / ❓┊help
2y ago