| Chambre | Noms | Sexe | Téléphone | Groupe | Etat Actuel | Assuré | @if(!auth()->user()->isSecretary())Prise en charge | @endifActions |
|---|---|---|---|---|---|---|---|---|
| {{ $data->lastIntervention() ? $data->lastIntervention()->room->name : '' }} {{ $data->lastIntervention() ? ($data->lastIntervention()->room->department?' - '.$data->lastIntervention()->room->department->name:'') : '' }} | {{ $data->name }} | {{ $data->sex }} | {{ $data->tel }} | {{ $data->group->name }} | {{ $data->lastIntervention() ? $data->lastIntervention()->status->name : '' }} | {{ $data->assured ? 'Oui' : 'Non' }} | @if(!auth()->user()->isSecretary())Suivi @if(auth()->user()->subStandard()) Téléconsulter @endif Consulter Hospitaliser | @endif{{-- @if(auth()->user()->subGold())--}} {{-- @endif--}} @if(!$data->hasRelatedRecords()) @endif |