@if (config('app.favicon_enabled')) @include('favicon') @endif {{-- Theme updater --}} @include('theme-change') {{-- Page Title --}} {{ config('app.name') }} {{-- Font family --}} @foreach (\App\Innoclapps\Facades\Innoclapps::styles() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach {{-- Head Flag --}}
{{-- Sidebar --}} {{-- Main column --}}
{{-- Application Warnings --}} @include('warnings.dashboard') {{-- Application navbar --}} {{-- Alerts --}} @include('alerts') {{-- Application Call Handler --}} @if (auth()->user()->can('use voip') && config('innoclapps.voip.client') !== null) @endif {{-- Main layout view --}} {{-- Toaster notifications --}} @include('notifications') {{-- Confirmation Dialog Component --}}
@foreach (\App\Innoclapps\Facades\Innoclapps::scripts() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach