{!! Theme::partial('header') !!} @php $layoutData = Theme::get('layout-data') ?: []; @endphp
@if (Theme::get('hasBreadcrumb', true)) {!! Theme::partial('breadcrumb') !!} @endif @if (Arr::get($layoutData, 'is-wrap-container', false))
@endif
{!! Theme::content() !!}
@if (Arr::get($layoutData, 'is-wrap-container', false))
@endif
{!! Theme::partial('footer') !!}