{{-- Navbar --}} @include('components.navbar') {{-- Content --}}
@yield('content')
{{-- Footer --}} @include('components.footer')