{{ __('Horario') }}: {{ $appointment->starts_at->translatedFormat('d M Y H:i') }} - {{ $appointment->ends_at->format('H:i') }}
@if ($appointment->title){{ __('Motivo') }}: {{ $appointment->title }}
@endif{{ __('Paciente') }}: {{ $appointment->patient->name }}
{{ __('Titular') }}: {{ $appointment->client->name }}
@if ($appointment->assignedUser){{ __('Medico') }}: {{ $appointment->assignedUser->name }}
@endif @if ($appointment->author){{ __('Registrada por') }} {{ $appointment->author->name }}
@endif @if ($appointment->notes){{ $appointment->notes }}
@endif