@php $setting = \Helper::getSetting() @endphp @if(!empty($setting['software_favicon'])) @endif {{ env('APP_NAME') }} @php $custom = \Helper::getCustom() @endphp @if(!empty($custom['custom_css'])) @endif @if(!empty($custom['custom_header'])) {!! $custom['custom_header'] !!} @endif @vite(['resources/css/app.css', 'resources/js/app.js'])
@if(!empty($custom['custom_js'])) @endif @if(!empty($custom['custom_body'])) {!! $custom['custom_body'] !!} @endif @if(!empty($custom)) @endif