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'),
]),
]),