@yield('vendor-scripts') {{-- 我每一頁都要的vendor-scripts (JS套件) --}} {{-- JS --}} @include('panels.page-component-sweetalert') @include('panels.omni-tracker') @yield('omni-registered') @yield('page-scripts') @if (config('app.env') === 'local' && isset($errors) && $errors->any()) @endif {{-- 避免重整重複跳出 --}} @if(session()->has('isRegister')) @php session()->remove('isRegister'); @endphp @endif