@php $styleDefine = 'admin.theme_define.'.config('admin.theme_default'); @endphp {{sc_config_admin('ADMIN_TITLE', session('adminStoreId'))}} | {{ $title??'' }} @if (!Admin::isLoginPage() && !Admin::isLogoutPage()) {{-- --}} {{-- --}} @include($templatePathAdmin.'component.css') @endif @stack('styles')
@if ((Admin::isLoginPage() || Admin::isLogoutPage())) @yield('main') @else @include($templatePathAdmin.'component.exception') @include($templatePathAdmin.'header') @include($templatePathAdmin.'sidebar')

{!! $title??'' !!} {!!$subTitle??'' !!}

{!! $more_info??'' !!}
@yield('main')
@include($templatePathAdmin.'footer')
@endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @if (!Admin::isLoginPage() && !Admin::isLogoutPage()) {{-- --}} {{-- sweetalert2 --}} {{-- --}} {{-- switch --}} {{-- --}} @endif @stack('scripts') @include($templatePathAdmin.'component.script') @include($templatePathAdmin.'component.alerts')