@section('htmlheader') @include('LaravelVueAdmin.layouts.partials.htmlheader') @show @hasSection('mini') @else @endif @include('LaravelVueAdmin.layouts.partials.mainheader') @if(LvConfigs::getByKey('layout') != 'layout-top-nav') @endif
@include('LaravelVueAdmin.layouts.partials.sidebar')
@if(!isset($no_header)) @include('LaravelVueAdmin.layouts.partials.contentheader') @endif
@hasSection('mini') @yield('mini')
@yield('main-content')
@else @yield('main-content') @endif
@hasSection('nofile') @else @include('LaravelVueAdmin.layouts.partials.file_manager') @endif @section('scripts') @include('LaravelVueAdmin.layouts.partials.scripts') @show