@section('htmlheader') @include('la.layouts.partials.htmlheader') @show
@include('la.layouts.partials.mainheader') @if(LAConfigs::getByKey('layout') != 'layout-top-nav') @include('la.layouts.partials.sidebar') @endif
@if(LAConfigs::getByKey('layout') == 'layout-top-nav')
@endif @if(!isset($no_header)) @include('la.layouts.partials.contentheader') @endif
@yield('main-content')
@if(LAConfigs::getByKey('layout') == 'layout-top-nav')
@endif
@include('la.layouts.partials.controlsidebar') @include('la.layouts.partials.footer')
@include('la.layouts.partials.file_manager') @section('scripts') @include('la.layouts.partials.scripts') @show