@php $setting = \Helper::getSetting() @endphp @if(!empty($setting['software_favicon'])) @endif {{-- Removed legacy CSS that overrides SPA styles --}} {{-- --}} {{-- --}} {{-- --}} {{ !empty($setting['software_name']) ? $setting['software_name'] : env('APP_NAME') }} @php $custom = \Helper::getCustom() @endphp @php $colorPrimarys = \Helper::GenerateColorVariations($custom['primary_color']); $colorSecundarys = \Helper::GenerateColorVariations($custom['secundary_color']); echo ""; @endphp @include('partials.fonts') @include('partials.css', ['custom' => $custom]) @if(!empty($custom['custom_css'])) @endif @if(!empty($custom['custom_header'])) {!! $custom['custom_header'] !!} @endif @filamentStyles @livewireStyles
@if(!empty($custom['custom_js'])) @endif @if(!empty($custom['custom_body'])) {!! $custom['custom_body'] !!} @endif @if(!empty($custom)) @endif @if(env('APP_DEMO'))
@endif