Javascript in custom Widget
how can i use javascript in filament custom widget view page:
<x-filament-widgets::widget>
<x-filament::section>
<div>{{ $this->studentInfolist }}</div>
</x-filament::section>
</x-filament-widgets::widget>protected static bool $isLazy = false;