Laravel Livewire is including <head> tag twice
I've been following the Livewire docs and screencasts to build my new app, but I could be doing something wrong because the <head> tag is been included twice. Here is my code: routesweb.php <?php use IlluminateSupportFacadesRoute; use AppHttpLivewireUserAll as UserAll;…