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

{!! $doctorReview->id !!}

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

{!! $doctorReview->review !!}

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

{!! $doctorReview->rate !!}

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

{!! $doctorReview->user_id !!}

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

{!! $doctorReview->doctor_id !!}

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

{!! $doctorReview->created_at !!}

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

{!! $doctorReview->updated_at !!}