{!! clean($product->content) !!}
@if (theme_option('facebook_comment_enabled_in_product', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif
@if (EcommerceHelper::isReviewEnabled())
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif
@if ($product->reviews_count > 0)
@endif
{{ __('No reviews!') }}
@endifreviews_count) style="border: none" @endif>
{{ __('Add a review') }}
{!! Form::open(['route' => 'public.reviews.create', 'method' => 'post', 'class' => 'form-contact comment_form form-review-product']) !!}
@if (!auth('customer')->check())
{!! Form::close() !!}
{{ __('Please') }} {{ __('login') }} {{ __('to write review!') }}
@endif
@for ($i = 1; $i <= 5; $i++)
@endfor
{{ __('Customer questions & answers') }}
{{ __('Customer reviews') }}