{{-- CSS --}} @adminStyle @stack('style') {{-- JaveScript --}} @adminScript @stack('script')
@adminLeft @slot('title') 帳號管理 @endslot
修改後台密碼
登出後台
{{--
繁中
英文
--}} @endadminLeft @if(config('system.env') == 'local' || Request::query('dev') == 'simple_setting') {{-- @adminLeft @slot('title') 簡易設定 (開發用) @endslot
管理頁面 {{ BACK_TITLE_CHAR }}
@endadminLeft --}} @endif @if(config('system.env') == 'local' || Request::query('dev') == 'page') @adminLeft @slot('title') Page (開發用) @endslot
管理頁面 {{ BACK_TITLE_CHAR }}
@endadminLeft @endif @if(config('system.env') == 'local' || Request::query('dev') == 'browse') {{-- @adminLeft @slot('title') 瀏覽 @endslot
管理頁面 {{ BACK_TITLE_CHAR }}
每日人數 {{ BACK_TITLE_CHAR }}
@endadminLeft --}} @endif @adminLeft @slot('title') SEO @endslot
管理頁面 {{ BACK_TITLE_CHAR }}
@endadminLeft @adminLeft @slot('title') 首頁 @endslot {{--
Banner {{ BACK_TITLE_CHAR }}
--}}
Banner左
Banner右
@endadminLeft @adminLeft @slot('title') 產品介紹 @endslot
實驗室Banner
工業地面Banner
@if(config('product_class.sys_level') > 1)
分類管理 {{ BACK_TITLE_CHAR }}
@endif
管理頁面 {{ BACK_TITLE_CHAR }}
@endadminLeft @adminLeft @slot('title') 工程實績 @endslot
工程實績Banner
@if(config('progress_class.sys_level') > 1)
分類管理 {{ BACK_TITLE_CHAR }}
@endif
管理頁面 {{ BACK_TITLE_CHAR }}
@endadminLeft @adminLeft @slot('title') 聯絡我們 @endslot
LINE Notify{{ BACK_TITLE_CHAR }}
管理頁面 {{ BACK_TITLE_CHAR }}
@endadminLeft
@yield('content') {{-- 單一刪除用 --}}
@method('delete') @csrf