@lang('contactInformation.ShowCompanyProfileSetting')
{{ $contactInformationSetting->company_address ?? __('companyProfile.none') }}
{{ $contactInformationSetting->phone_number ?? __('companyProfile.none') }}
{{ $contactInformationSetting->email ?? __('companyProfile.none') }}
{{ app()->getLocale() == 'ar' ? $contactInformationSetting->companyProfileSetting->name_ar : $contactInformationSetting->companyProfileSetting->name_en ?? __('category.none')}}