entryWrapperView = $view; return $this; } public function getEntryWrapperView(): string { return $this->getCustomEntryWrapperView() ?? $this->getContainer()->getCustomEntryWrapperView() ?? 'filament-infolists::entry-wrapper'; } public function getCustomEntryWrapperView(): ?string { return $this->evaluate($this->entryWrapperView); } }