{{-- 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')