Laravel Comments in Filament v3

Struggling a bit to integrate it in v3. These I've done so far I followed this as I think it has the same integration process. On my Panel
->renderHook(
'panels::head.end',
fn () => Blade::render('<x-comments::styles />'),
)
->renderHook(
'panels::body.end',
fn (): string => Blade::render('<x-comments::scripts />'),
)
->renderHook(
'panels::head.end',
fn () => Blade::render('<x-comments::styles />'),
)
->renderHook(
'panels::body.end',
fn (): string => Blade::render('<x-comments::scripts />'),
)
And the screenshots I provided are the results. The package didn't have the styles even though I injected the styles in my panel and produces error on the console. Please shed some light.
0 Replies
No replies yetBe the first to reply to this messageJoin