{{ Form::label('doctor_name', __('messages.case.doctor').(':'), ['class' => 'fw-bold text-muted py-3']) }}
{{$schedule->doctor->user->full_name}}
{{ Form::label('per_patient_time', __('messages.schedule.per_patient_time').(':'), ['class' => 'fw-bold text-muted py-3']) }}
{{ date('H:i', strtotime($schedule->per_patient_time))}}
{{ Form::label('created_on', __('messages.common.created_on').(':'), ['class' => 'fw-bold text-muted py-3']) }}
{{ $schedule->created_at->diffForHumans() }}
{{ Form::label('last_updated', __('messages.common.last_updated').(':'), ['class' => 'fw-bold text-muted py-3']) }}
{{ $schedule->updated_at->diffForHumans() }}