{{-- Application page structure --}}
@if($configData['isContentSidebar'] === true)
@else
{{-- others page structures --}}
@include('admin.panels.page-component-alert')
@yield('content')
@endif
{{-- 客制化頁面
@if($configData['isCustomizer'] === true && isset($configData['isCustomizer']))