@extends('base.base') @section('content') @if (theme()->getOption('layout', 'main/type') == 'blank')
{{ $slot }}
@else
{{ theme()->getView('layout/aside/_base') }}
{{ theme()->getView('layout/header/_base') }} @if (theme()->getOption('layout', 'toolbar/display') !== false) {{ theme()->getView('layout/_toolbar') }} @endif
{{ theme()->getView('layout/_content', compact('slot')) }}
{{ theme()->getView('layout/_footer') }}
{{ theme()->getView('partials/topbar/_activity-drawer', array('drawer-direction' => 'end')) }} {{ theme()->getView('partials/engage/_main') }} @if(theme()->getOption('layout', 'scrolltop/display') === true) {{ theme()->getView('layout/_scrolltop') }} @endif @endif @endsection