Problem use livewire

hi
i am new in livewire
i install laravel 8 with jet + livewire in my xampp localhost
now when i open user profile i got this error
Livewire is not defined
i fix error by changing to
‘asset_url’ => ‘http://localhost/movie/public’, in livewire.php
but now when i want use for example delete account i got 404 error and in console:
http://localhost/movie/public/livewire/message/profile.delete-user-form 404 (Not Found)

what i should to do ?

thanks for help

Hey @jvd

You must learn more about livewire and how all things work

you can watch the screen-casts from the creator here

or from this playlist