@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- This is where your Navbar component will go --}} @include('partials.navbar') {{-- This is where your SecNav component will go --}} @include('partials.secnav')
@yield('content')
{{-- This is where your Footer component will go --}} @include('partials.footer')