-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Is there a simple way to add comments at the end or side of a modal form belonging to a relationManager?
is there a method where I can insert the necessary line <livewire:comments :model="$article"/> into the view of the modal?
perhaps using something like
FilamentView::registerRenderHook(
PanelsRenderHook::BODY_END,
fn (): string => Blade::render('<livewire:comments :model="$lead"/>'),
scopes: [
\App\Filament\Resources\LeadResource\Pages\CreateLead::class,
\App\Filament\Resources\LeadResource\Pages\EditLead::class,
],
);
This doesnt work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels