@if (auth()->check() && auth()->user()->isSuperAdmin()) @php($__updateInfo = \App\Services\UpdateHelper::checkUpdate()) @includeWhen($__updateInfo['updatable'], 'partials.system-update-alert', ['updateInfo' => $__updateInfo]) @endif @yield('content')