@php $settings = \Illuminate\Support\Facades\Cache::get('system_settings', []); $appName = $settings['app_name'] ?? config('app.name'); @endphp