@inject('FrontendPresenter', 'App\Presenters\FrontendPresenter')
@yield('title', 'ed:m LOVE YOUR DREAM')
@yield('json-ld')
{{-- --}}
@hasSection('canonical')
@endif
{!! _asset('/assets/css/custom.css') !!}
@yield('css')
@if (!env('IsDevel'))
{{--
--}}
@endif
@if (!env('IsDevel'))
@endif
@yield('other_body')
@include('frontend.module.global-header')
@include('frontend.module.global-mobileMenu')
@yield('content')
@include('layouts.mobile-search')
@include('frontend.module.global-footer')
{{--
{!! $FrontendPresenter->getQuickNav() !!}
--}}
@if (!\Request::is('channel/*'))
@include('frontend.quick-nav')
@endif
@yield('other')
@yield('other_modal')
@include('frontend.module.modal-login')
@include('frontend.module.modal-register')
@include('frontend.module.modal-email-confirm')
@include('frontend.module.modal-pw-forgot')
@include('frontend.module.modal-states')
{!! _asset('/assets/js/main.js') !!}
{!! _asset('/assets/js/custom.js') !!}
@yield('js')
@yield('js2')
@yield('modal')