@if (theme()->getOption('layout', 'aside/display') === true)
{{ theme()->getView('layout/aside/_base') }}
@endif
{{ theme()->getView('layout/header/_base') }}
{{ theme()->getView('layout/_content', compact('slot')) }}
{{ theme()->getView('layout/_footer') }}
@if (theme()->getOption('layout', 'sidebar/display') === true)
{{ theme()->getView('layout/sidebar/_base') }}
@endif