@php $accounts = \App\Models\Tenant\BankAccount::all(); @endphp
TICKET DE CITA #{{str_pad($document->id, 6, "0",STR_PAD_LEFT) }}

Fecha de creación:

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

Fecha de la cita:

{{ $document->date }}

Turno:

{{ $document->schedule_time }}

Especialidad:

{{ $document->specialty->name }}

Doctor:

{{ $document->doctor->name }}

Nombre Completo:

{{ $document->patient->name }}

Número Documento:

{{ $document->patient->number }}