@if (isset($_SERVER['HTTPS']))
@endif
{{ getOption('app_name') . ' - ' . @$pageTitle }}
@include('common.layouts.style')
@stack('style')
@if (getOption('app_preloader_status') == 1)
@endif
@include('maintainer.layouts.navbar')
@include('maintainer.layouts.sidebar')
@yield('content')
@include('common.layouts.script')
@stack('script')