@includeWhen(config('core.favicon_enabled'), 'favicon') @include('core::theme-change') {{ config('app.name') }} @vite(['resources/js/app.js', 'resources/css/contentbuilder/theme.css']) {!! \Modules\Core\Facades\Innoclapps::viteOutput() !!} {{-- Add all of the custom registered styles --}} @foreach (\Modules\Core\Facades\Innoclapps::styles() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach @includeIf('custom.includes.head') {{-- Head Flag --}}
@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')