Your answer seems logical. It works when I comment out the $view. But this way, the blade won't execute.
Also works when I comment out the @livewire in the blade.
Any ideas how I can customize the widgets?
Just to Review:
- did you do composer require filament/notifications:"^3.0-stable" -W?
- and php artisan filament:install --scaffold --notifications
- and php artisan filament:install --notifications
?
Of course you can. There isn't a plug in for this (yet) but you can create a custom Action for your table and use libraries like:
Typeset.sh
TCPDF
DomPdf
MPDF
OK a final review before we debug this:
1- is the enum class included in the resource file? use App\Enums\TitreEnum
2- is the enum class included in the model file?
3- is it setup in protected $casts?