{{ $company?->name ?? 'Centro Médico' }}
@if($company?->address){{ $company->address }}
@endif @if($company?->phone)Tel: {{ $company->phone }}@endif

ORDEN / RECOMENDACIÓN

{{ $order->created_at->format('d/m/Y') }}

@if($order->isSigned())

✓ FIRMADA

@endif

Paciente

{{ $patient->fullName() }}
@if($patient->document_number)
{{ strtoupper($patient->document_type ?? '') }} {{ $patient->document_number }}
@endif @if($patient->birthdate)
Edad: {{ $patient->age() }} años
@endif

Profesional

{{ $order->employee?->user?->name ?? '—' }}
Fecha: {{ $order->created_at->format('d/m/Y') }}
{{ $order->typeLabel() }}
{{ $order->title }}
@if($order->description)

{{ $order->description }}

@endif @if($order->notes)
NOTAS ADICIONALES

{{ $order->notes }}

@endif
Este documento fue generado por {{ $company?->name ?? 'el sistema' }}.
Para cualquier consulta comuníquese con el profesional tratante.
{{ $order->employee?->user?->name ?? 'Profesional' }}
Firma y sello