@foreach ($entry->allContacts as $contact) {{$contact->email}} {{$contact->can("user." . $entry->id . ".share.medical-data") === true ? "oui" : "non"}} @if (isAdmin() || $entry->id === backpack_user()->id)
@include('vendor.backpack.crud.contact.action', ['entry' => $entry, 'contact' => $contact])
@endif @endforeach