Histoire / Information Clinique
{{ $mc->clinical_history }}
@if($mc->images->count())
Photos
@foreach($mc->images as $img)
@if($img->origin)
{{ $img->origin }}
@endif
@endforeach
@endif
@if($mc->links->count())
Liens
@foreach($mc->links as $link)
-
{{ $link->url }}
@if($link->origin){{ $link->origin }}@endif
@endforeach
@endif
{{-- Réponse correcte --}}
@if($mc->response)
Réponse correcte
{{ $mc->response }}
@endif
{{-- Trouvailles du résident --}}
Trouvailles du Résident
{{ $residentCase->findings ?? '(Aucune trouvaille soumise)' }}
{{-- Évaluation --}}
Évaluation du Formateur
Note
@if($residentCase->note !== null)
{{ \App\Models\ResidentCase::getNoteLabel($residentCase->note) }}
@else
– @endif
Remarque
{{ $residentCase->remark ?? '(Aucune remarque)' }}