@foreach ($entry->allContacts as $contact)
{{$contact->email}} |
{{$entry->can("user." . $contact->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