@includeWhen(config('core.favicon_enabled'), 'favicon')
@include('core::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
{{-- Add all of the custom registered scripts --}}
@foreach (\Modules\Core\Facades\Innoclapps::scripts() as $name => $path)
@if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://']))
@else
@endif
@endforeach
@include('core::boot')