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

{!! $restaurantReview->id !!}

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

{!! $restaurantReview->review !!}

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

{!! $restaurantReview->rate !!}

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

{!! $restaurantReview->user_id !!}

{!! Form::label('restaurant_id', 'Restaurant Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $restaurantReview->restaurant_id !!}

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

{!! $restaurantReview->created_at !!}

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

{!! $restaurantReview->updated_at !!}