@foreach ($data->destinations as $d) @if ($d->destination_site) {{$d->destination_site->name}} @elseif($d->destination) {!! $d->destination !!} @endif @endforeach