App show page style..
This commit is contained in:
parent
430c092ebe
commit
8f8c070272
@ -87,10 +87,9 @@
|
||||
@endif
|
||||
@endpermission
|
||||
|
||||
@if ($module->purchase_faq)
|
||||
<br>
|
||||
<div class="text-center">
|
||||
<a href="#" @click="onShowFaq" id="button-purchase-faq">{{ trans('modules.tab.faq')}}</a>
|
||||
@if (!empty($module->purchase_desc))
|
||||
<div class="text-center mt-3">
|
||||
{!! $module->purchase_desc !!}
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
@ -190,7 +190,7 @@
|
||||
|
||||
@if (!empty($module->purchase_desc))
|
||||
<div class="text-center mt-3">
|
||||
{{ $module->purchase_desc }}
|
||||
{!! $module->purchase_desc !!}
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user