@include('components.head.title') @include('components.head.metaTags') @if(app('Option')->block_search_indexing) @include('components.head.metaNoindex') @endif @yield('head-meta') @stack('app-head-scripts') @section('app-styles') @show @stack('app-styles') @inject('bodyClassPresenter', App\Presenters\BodyClassPresenter) @section('content-header') @include('components.nav') @show
@yield('content-body')
@section('content-footer') @show @section('app-scripts') @show @stack('app-scripts')