@section('head') @include('partials.head') @show @include('partials.header')
@include('partials.breadcrumbs')
@include('partials.sidebar2')
@yield('content')
@include('partials.footer')
@section('scripts') @include('partials.scripts2') @show