$showAvgRating])>

{{ __('Add your review') }}

@if (isset($checkReview) && ! $checkReview['error'])

{{ __('Your email address will not be published. Required fields are marked *') }}

@endif @guest('customer')

{!! BaseHelper::clean( __('Please login to write review!', ['link' => route('customer.login')]), ) !!}

@endguest @if (isset($checkReview) && $checkReview['error'])
@if ($checkReview['type'] === 'already_reviewed') @elseif ($checkReview['type'] === 'purchase_required') @else @endif
@if ($checkReview['type'] === 'already_reviewed') {{ __('Review Already Submitted') }} @elseif ($checkReview['type'] === 'purchase_required') {{ __('Purchase Required') }} @else {{ __('Review Not Available') }} @endif
{{ $checkReview['message'] }}
@if ($checkReview['type'] === 'purchase_required') @elseif ($checkReview['type'] === 'already_reviewed') @endif
@else
@for ($i = 5; $i >= 1; $i--) @endfor
{{ __('Upload photos') }}
@endif