@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
@if(LAConfigs::getByKey('layout') == 'layout-top-nav')
@endif
@include('la.layouts.partials.controlsidebar')
@include('la.layouts.partials.footer')