@lang('global.Center'): | {{ $appointment->center->raison_sociale }} |
@lang('global.Appointment ID'): | {{ $appointment->id }} |
@lang('global.Appointment Date'): | {{ $appointment->appointment_date->format(Util::GetFrenchDateTimeFormat())}} |
@lang('global.Name') | {{ $appointment->patient->nom }} |
@lang('global.FirstName'): | {{ $appointment->patient->prenom }} |
@lang('global.NoPid'): | {{ $appointment->patient->pid }} |