widget width "$columnSpan = 'full';" doesn't work with blade-templates
I changed my table widget from filament-widget component to a blade template. Now, the $columnSpan = 'full'; doesn't work anymore and the widget appears in 1 column.
How can I expand it to be fullscreen?
How can I expand it to be fullscreen?

Solution
<x-filament-widgets::widget>
<x-filament::section>
....
....
</x-filament::section>
</x-filament-widgets::widget>
<x-filament::section>
....
....
</x-filament::section>
</x-filament-widgets::widget>