@php $companyName = \App\Models\AppSetting::get('company_name', 'Agrawal Properties'); $companyLogo = \App\Models\AppSetting::get('company_logo'); $companyPhone = \App\Models\AppSetting::get('company_phone'); $navMenuItems = \App\Models\MenuItem::active()->orderBy('sort_order')->orderBy('id')->get(); @endphp
@if($companyLogo) {{ $companyName }} @else @endif
@if($companyPhone) 📞 {{ $companyPhone }} @endif