@extends('layout') @section('content')
@translate('contactPage', 'email'): {{ $contactInfo->email }}
@translate('contactPage', 'phone'): {{ $contactInfo->phone }}, {{ $contactInfo->phone_2 }}
@translate('contactPage', 'address'):
{{ strip_tags(str_replace(['
', '
', '
'], ', ', $contactInfo->address)) }}
@translate('contactPage', 'no_contact_info')
@endif