What seems to be the problem: I have follow this crud example http://itsolutionstuff.com/post/laravel-8-livewire-crud-with-jetstream-tailwind-cssexample.html step by step but when I click on create NEW POST or DELETE or EDIT nothing happend. In the console I see the following messages " GET http://localhost/livewire/livewire.js?id=a4a06c089f1a93dbe075 net::ERR_ABORTED 404 (Not Found)"
Uncaught ReferenceError: Livewire is not defined"
I have try to change the render because of {{$slot}} in app.blade.php but same issue
can you help me
Are you using the latest version of Livewire: yes