@php
Theme::set('page', $page);
@endphp
@if (in_array($page->template, ['default', 'full-width']))
{{ $page->name }}
{!! Theme::partial('breadcrumb') !!}
{!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, clean($page->content), $page) !!}
@else
{!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, clean($page->content), $page) !!}
@endif