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


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.
Screenshot_08-16-2023_08.29.55.png
Screenshot_08-16-2023_08.30.03.png
Was this page helpful?