laravel-jetstream-livewire app.blade.php
<nav>
</nav>
<!-- Page Heading -->
<header class="bg-white shadow">
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
{{ $header }}
</div>
</header>
<!-- Page Content -->
<main>
{{ $slot }}
</main>
</div>
@stack('modals')
@livewireScripts
</body>
</html>
mesela navbarı @section ile app.blade.php içine dahil etmemiş , direk yazmış , tabi app.blade.php olduğuı için böyle yapmış olabilir neyse