@include('front.layouts.header') @include('front.layouts.topbar')
@include('front.layouts.messages')
@yield('content') @include('front.layouts.footer')