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

{!! $doctorPatients->doctor_id !!}

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

{!! $doctorPatients->patient_id !!}