@section('htmlheader') @include('layouts.partials.htmlheader') @show
@include('layouts.partials.mainheader')
@if(LAConfigs::getByKey('layout') == 'layout-top-nav')
@endif
@yield('main-content')
@if(LAConfigs::getByKey('layout') == 'layout-top-nav')
@endif
@include('layouts.partials.footer')
@section('scripts') @include('layouts.partials.scripts') @show