@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')
@endif
@endforeach
@endforeach
@else
{{ __('No Contact Details Available') }}
{{ __('It looks like we don\'t have any contact information for this business yet.') }}