@php use App\Support\HomeSpecialtyGridPresenter; $l = ['locale' => app()->getLocale()]; $cu = $footerContact ?? null; $specialties = HomeSpecialtyGridPresenter::items(); $address = $cu ? locale_field($cu, 'address') : null; $phone = $cu?->mobile ?: ($cu?->cellphone ?? null); $phoneHref = $phone ? 'tel:'.preg_replace('/\s+/', '', $phone) : null; @endphp