review missing variavle and admin footer text
This commit is contained in:
parent
25dff89054
commit
97c63ad035
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue