footerItem = $footer; return $this; } public function getFooterItem(): View | Htmlable | null { return $this->evaluate($this->footerItem); } public function hasFooterItem(): bool { return $this->footerItem !== null; } public function getView(): string { return 'filament.forms.components.journal-entry-repeater'; } }