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