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

{!! $clinicReview->id !!}

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

{!! $clinicReview->review !!}

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

{!! $clinicReview->rate !!}

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

{!! $clinicReview->user_id !!}

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

{!! $clinicReview->clinic_id !!}

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

{!! $clinicReview->created_at !!}

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

{!! $clinicReview->updated_at !!}