{{ app()->getLocale() == 'en' ? config('app.name', 'Noor-Platform'):'منصة نور' }}
{{ $contactInfos->where('contact_type', 'address')->first()->value ?? __('footer.address') }}
{{ $contactInfos->where('contact_type', 'phone')->first()->value ?? __('footer.phone') }}
{{ $contactInfos->where('contact_type', 'email')->first()->value ?? __('footer.email') }}