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

{!! $doctor->id !!}

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

{!! $doctor->user_id !!}

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

{!! $doctor->name !!}

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

{!! $doctor->image !!}

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

{!! $doctor->price !!}

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

{!! $doctor->discount_price !!}

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

{!! $doctor->description !!}

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

{!! $doctor->specialities !!}

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

{!! $doctor->featured !!}

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

{!! $doctor->available !!}

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

{!! $doctor->clinic_id !!}

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

{!! $doctor->created_at !!}

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

{!! $doctor->updated_at !!}