Fecha: |
{{ $study->study_datetime }} |
Paciente: |
{{ $study->pat_name }} |
ID / DNI: |
{{ $study->pat_id }} |
Estudio: |
{{ $study->study_desc }} |
Tipo: |
{{ @$studytypes[$study->mods_in_study] }} |
|
Informe médico
{!! nl2br($report->description) !!}
@php $has_image = false; @endphp
@if (!is_null($report->user->doctor->signature ?? null))
@php
$has_image = true;
@endphp

@endif
@if (!is_null($report->user->doctor->stamp ?? null))
@php $has_image = true; @endphp

@endif
--------------------------
Firma y sello
Reporte realizado por {{ $report->user->name }}, el {{ date('d/m/Y, H:i', strtotime($report->created_at)) }}hs.
{{ config('client.name') }} |
{{ config('client.cuit') }} |
{{ config('client.address') }} - {{ config('client.location') }} |
Paciente: |
{{ $study->pat_name }} - DNI: {{ $study->pat_id }} |
Fecha: |
{{ $study->study_datetime }} |
Estudio: |
{{ $study->study_desc }} - {{ @$studytypes[$study->mods_in_study] }} |