@if (config('core.favicon_enabled'))
@include('favicon')
@endif
@include('theme-change')
@include('core::warnings.dashboard')
{{-- Navbar End Flag --}}
@if ($alert = get_current_alert())
{{ $alert['message'] }}
@endif
@if (auth()->user()->can('use voip') && config('voip.client') !== null)
@endif
@foreach (\Modules\Core\Facades\Innoclapps::scripts() as $name => $path)
@if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://']))
@else
@endif
@endforeach