@section('head')
@section('title')
{{ PageTitle::makeTitle() }}
@show
@section('meta-description')
@show
@include('blue.partials.head.favicon')
@include('blue.partials.head.configs')
@section('blue-assets')
@include('blue.partials.head.blue-assets')
@show
{{-- Dashboard assets section start --}}
@section('dashboard-assets')
@include('blue.partials.head.dashboard-assets')
@include('blue.partials.head.dashboard-styles')
@show
{{-- Dashboard assets section end --}}
{!! ContentManager::renderConfigThemeStyles() !!}
{!! ContentManager::customCode('Head Tag: before close.') !!}
@include('blue.partials.head.dashboard-custom-code')
{{-- end of @section('head') --}}
@show