@include('frontend.layouts.navbar_home') @include('frontend.layouts.header') @include('frontend.layouts.content')
@yield('content')
@include('frontend.layouts.footer')