@include('frontend.layouts.header')
@hasSection('error')
@yield('error')
@endif
@hasSection('content')
@yield('content')
@include('frontend.layouts.sidebar')
@endif
@hasSection('relateBlog')
@yield('relateBlog')
@endif
@include('frontend.layouts.footer')