review missing variavle and admin footer text

This commit is contained in:
rahul shukla 2020-01-03 18:05:14 +05:30
parent 25dff89054
commit 97c63ad035
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
@if (core()->getConfigData('general.content.footer.footer_content'))
{{ core()->getConfigData('general.content.footer.footer_content') }}
@else
{{ trans('admin::app.footer.copy-right') }}
{!! trans('admin::app.footer.copy-right') !!}
@endif
</p>
</div>

View File

@ -64,7 +64,7 @@
<span class="control-error" v-if="errors.has('title')">@{{ errors.first('title') }}</span>
</div>
@if ($guest_review && ! auth()->guard('customer')->user())
@if (core()->getConfigData('catalog.products.review.guest_review') && ! auth()->guard('customer')->user())
<div class="control-group" :class="[errors.has('name') ? 'has-error' : '']">
<label for="title" class="required">
{{ __('shop::app.reviews.name') }}