@php Theme::set('page', $page); @endphp @if (in_array($page->template, ['default', 'full-width']))
{!! apply_filters('before_single_content_detail', null, $page) !!} {!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, Html::tag('div', BaseHelper::clean($page->content), ['class' => 'ck-content'])->toHtml(), $page) !!} {!! apply_filters('after_single_content_detail', null, $page) !!}


@else {!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, Html::tag('div', BaseHelper::clean($page->content), ['class' => 'ck-content'])->toHtml(), $page) !!} @endif