@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 @vite(['resources/css/app.css', 'resources/js/app.js'])
@if(!empty($custom['custom_js'])) @endif