@php $_favicon = \App\Http\Helpers\SettingHelper::get('favicon', 'favicon.ico'); $_faviconUrl = (!str_starts_with($_favicon, 'dynaweb4/') && !str_starts_with($_favicon, 'favicon')) ? \Illuminate\Support\Facades\Storage::url($_favicon) : asset($_favicon); $_faviconVer = \App\Models\Backend\Setting::where('key', 'favicon')->value('updated_at')?->timestamp ?? 0; @endphp {{ $siteName }} - {{ config('app.name') }}
@php $info = [ 'site-inactive' => [ 'badge' => 'Inactive', 'title' => 'This site is inactive', 'desc' => "{$siteName} is currently disabled and not accessible to visitors.", 'icon' => '', ], 'pages-inactive' => [ 'badge' => 'Inactive', 'title' => 'All pages are inactive', 'desc' => "{$siteName} has pages, but none of them are active yet. Enable a page to make it visible.", 'icon' => '', ], 'no-pages' => [ 'badge' => 'No pages', 'title' => 'This site is empty', 'desc' => "No pages have been created for {$siteName} yet. Once a page is added, it will appear here.", 'icon' => '', ], ][$state] ?? []; @endphp
{!! $info['icon'] !!}
{{ $info['badge'] }}

{{ $info['title'] }}

{!! $info['desc'] !!}

/{{ $siteSlug }}