{{ trans('plugins/ecommerce::ecommerce.your_email_address_will_not_be_published_required_') }}
@endif @guest('customer'){!! BaseHelper::clean( trans('plugins/ecommerce::review.please_login_to_write_review', ['link' => route('customer.login')]), ) !!}
@endguest @if (isset($checkReview) && $checkReview['error']) @php $alertClass = match($checkReview['type']) { 'already_reviewed' => 'review-info-alert', default => 'review-warning-alert' }; $iconClass = match($checkReview['type']) { 'already_reviewed' => 'info-icon', default => 'warning-icon' }; $contentClass = match($checkReview['type']) { 'already_reviewed' => 'info-content', default => 'warning-content' }; $titleClass = match($checkReview['type']) { 'already_reviewed' => 'info-title', default => 'warning-title' }; $messageClass = match($checkReview['type']) { 'already_reviewed' => 'info-message', default => 'warning-message' }; $actionsClass = match($checkReview['type']) { 'already_reviewed' => 'info-actions', default => 'warning-actions' }; $buttonClass = match($checkReview['type']) { 'already_reviewed' => 'btn btn-outline-info btn-sm', default => 'btn btn-outline-warning btn-sm' }; @endphp