@if(isset($pageContent['name']))
{{ $pageContent['name'] }}
@endif
@if(isset($pageContent['property_contact']['address']))
{{ $pageContent['property_contact']['address']}}
@endif
@if(isset($pageContent['property_contact']['phone'])) {{ __('enw-input-phone') }}: {{ $pageContent['property_contact']['phone'] }} @endif | @if(isset($pageContent['property_contact']['email'])) {{ __('enw-input-email') }}: {{ $pageContent['property_contact']['email'] }} @endif
@if(isset($pageContent['property_contact']['social_media_addresses']))
@php
$socialMedia = json_decode($pageContent['property_contact']['social_media_addresses'], true);
@endphp
@if(isset($socialMedia['facebook']) && $socialMedia['facebook'])
Facebook: {{ $socialMedia['facebook'] }}
@endif
@if(isset($socialMedia['instagram']) && $socialMedia['instagram'])
Instagram: {{ $socialMedia['instagram'] }}
@endif
@if(isset($socialMedia['twitter']) && $socialMedia['twitter'])
Twitter: {{ $socialMedia['twitter'] }}
@endif
@endif
@if(isset($pageContent['property_contact']['web']))
{{ $pageContent['property_contact']['web']}}
@endif