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

{!! $favorite->id !!}

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

{!! $favorite->product_id !!}

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

{!! $favorite->options !!}

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

{!! $favorite->user_id !!}

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

{!! $favorite->created_at !!}

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

{!! $favorite->updated_at !!}