@include('layouts.head') @section('body')
@show
@include('layouts.top-hor') @include('layouts.hor-menu')
@yield('content')
@include('layouts.footer')
@include('layouts.right-sidebar') @include('layouts.footer-script')