So this is what it looks like:
https://share.getcloudapp.com/12uzXWAP
This is my code in view:
https://gist.github.com/HeadStudios/c1f21582d2ccb5c0274c45ba69c4c834
My livewire code:
https://gist.github.com/HeadStudios/7bb4e2e7b28974c38e57684240df367f
my Http controller:
https://gist.github.com/HeadStudios/9f982c06c4e4381f2b9f87abfc832da4
And of course my view all from lesson:
https://devdojo.com/bobbyiliev/how-to-create-contact-form-with-laravel-livewire
I literally copy paste
Route::get('contacto', function() {
return view('contact');
});
obv. the error is some little thing I missed but what little thing is that?
Thanks!