{{ t('phone_number') }}
@php $phoneModal = ''; $phoneModalLink = ''; // If the 'hide_phone_number' option is disabled, append phone number in modal if (config('settings.listing_page.hide_phone_number') == '') { if (isset($post, $post->phone)) { $phoneModal = $post->phone; $phoneModalLink = 'tel:' . $post->phone; } } @endphp
{{ $phoneModal }}

{!! t('security_tips_title') !!}

{!! t('security_tips_text', ['appName' => config('app.name')]) !!}
{{ t('call_now') }}