@php
$styleDefine = 'admin.theme_define.'.config('admin.theme_default');
@endphp
@section('block_header')
@include($templatePathAdmin.'header')
@show
@section('block_sidebar')
@include($templatePathAdmin.'sidebar')
@show
@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