Hello, excuse me, can you help me?
I am trying to use the datatable with Laravel 11 and Livewire 3, when rendering the table with the code that I put below it set this: <!- - [if ENDBLOCK]><![endif]--> at the end, so this causes an error.
I don't know where this is doing this, or if I'm using {{ $dataTable->scripts(attributes: ['type' => 'module']) }} wrong.
I was following the tutorial of [https://yajrabox.com/docs/laravel-datatables/11.0/quick-starter]()
Thanks for your help
Summary of problem or feature request
Hello, excuse me, can you help me? I am trying to use the datatable with Laravel 11 and Livewire 3, when rendering the table with the code that I put below it set this: <!- - [if ENDBLOCK]><![endif]--> at the end, so this causes an error. I don't know where this is doing this, or if I'm using {{ $dataTable->scripts(attributes: ['type' => 'module']) }} wrong. I was following the tutorial of [https://yajrabox.com/docs/laravel-datatables/11.0/quick-starter]() Thanks for your help
Code snippet of problem
System details