@if ( isset(Site::contact()->contact_email) && Site::contact()->contact_email != null )

{{ translate('email') }}: {{ Site::contact()->contact_email ?? ''}}

@endif
@if ( isset(Site::contact()->contact_phone) && Site::contact()->contact_phone != null )

{{ translate('call_us') }} {{ Site::contact()->contact_phone ?? ''}}

@endif