@if (!is_null($contactinfo_content) && !is_null($contactDetail) && !empty($contactinfo_content)) @foreach ($contactinfo_content as $key => $val) @foreach ($val as $key1 => $val1) @if ($key1 == 'Phone') @php $href = 'tel:'.$val1; @endphp @elseif($key1 == 'Email') @php $href = 'mailto:'.$val1; @endphp @elseif($key1 == 'Address') @php $href = ''; @endphp @else @php $href = $val1 @endphp @endif @if ($key1 != 'id')
@if ($key1 == 'Address') @foreach ($val1 as $key2 => $val2) @if ($key2 == 'Address_url') @php $href = $val2; @endphp @endif @endforeach @else @endif
@endif @endforeach @endforeach @else
@endif