@extends('base.base') @section('content') @if (theme()->getOption('layout', 'main/type') === 'blank')
{{ $slot }}
@else
{{ theme()->getView('layout/aside/_base') }}
{{ 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
{{ theme()->getView('partials/topbar/_activity-drawer') }} {{ theme()->getView('partials/explore/_main') }} @if(theme()->getOption('layout', 'scrolltop/display') === true) {{ theme()->getView('layout/_scrolltop') }} @endif @endif @endsection