@php $brandName = \Illuminate\Support\Str::headline(config('app.client_name') ?: config('app.name', 'Upedia')); $appYear = now()->year; @endphp