@yield('title') @include('frontend_layout.header')
@include('frontend_layout.navbar') @yield('content') @include('frontend_layout.footer')