@if(Route::is('home')) @endif @if(!Route::is('home') && isset($description)) @endif {!! ch_get_favicon() !!} @stack('ch_header') @include('theme::partials.demo') @include('theme::partials.header') @include('theme::partials.flash')
@yield('content')
@include('theme::partials.footer') @include('theme::partials.mobile-menu') @stack('ch_footer')