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

{!! $marketReview->id !!}

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

{!! $marketReview->review !!}

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

{!! $marketReview->rate !!}

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

{!! $marketReview->user_id !!}

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

{!! $marketReview->market_id !!}

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

{!! $marketReview->created_at !!}

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

{!! $marketReview->updated_at !!}