{{-- @if ($general->show_preloader) --}}
@include($_template.'preloader')
{{-- @endif --}}
@include($_template.'offcanvas')
@include($_template.'panels')
@include($_template.'header')
@yield('content')
@include($_template.'footer')
@include($_template.'js')