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