@php $styleDefine = 'admin.theme_define.'.config('admin.theme_default'); @endphp {{sc_config_admin('ADMIN_TITLE')}} | {{ $title??'' }} {{-- --}} {{-- --}} @section('block_component_css') @include($templatePathAdmin.'component.css') @show @stack('styles')
@section('block_header') @include($templatePathAdmin.'header') @show @section('block_sidebar') @include($templatePathAdmin.'sidebar') @show

{!! $title??'' !!} @if (!empty($subTitle)) {!! $subTitle !!} @endif

{!! $more_info??'' !!}
@yield('main')
@section('block_footer') @include($templatePathAdmin.'footer') @show
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- sweetalert2 --}} {{-- --}} {{-- switch --}} @stack('scripts') @section('block_component_script') @include($templatePathAdmin.'component.script') @show @section('block_component_alerts') @include($templatePathAdmin.'component.alerts') @show