@php $email = data_get($entry, 'email'); $telephone = data_get($entry, 'telephone'); $mobile = data_get($entry, 'mobile'); @endphp @if ($email) {{ $email }} @endif @if ($telephone) {{ $telephone }} @endif @if ($mobile) {{ $mobile }} @endif