{!! Form::label('id', 'Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->id !!}

{!! Form::label('price', 'Price:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->price !!}

{!! Form::label('quantity', 'Quantity:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->quantity !!}

{!! Form::label('doctor_id', 'Doctor Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->doctor_id !!}

{!! Form::label('options', 'Options:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->options !!}

{!! Form::label('appointment_id', 'Appointment Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->appointment_id !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $doctorAppointment->updated_at !!}