@include('partials.navbar') {{-- Header --}} @include('partials.header') {{-- Page Content --}}
@yield('content')
{{-- Footer --}} @include('partials.footer')