I've got some weird behaviour of a component: With this x-layouts.app I'm getting this: https://paste.laravel.io/14690647-7c3d-4f68-9df4-09f9397f44cd This is my welcome.blade.php:
<x-layouts.app>
<h1>Welcome</h1>
<p>Dies ist ein Test</p>
</x-layouts.app>
I'd expect at least to something more from the nav tag. Does anybody have a clue what's going on here?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community