hidden class ejected from payment description
This commit is contained in:
parent
332bb18cfe
commit
b95ccc9b6d
@ -1,15 +1,11 @@
|
||||
<div>
|
||||
<div class="hidden">
|
||||
@if (!empty($setting['name']))
|
||||
<h2>{{ $setting['name'] }}</h2>
|
||||
@endif
|
||||
|
||||
@if (!empty($setting['description']))
|
||||
<div>{{ $setting['description'] }}</div>
|
||||
@endif
|
||||
</div>
|
||||
@if (!empty($setting['name']))
|
||||
<h2>{{ $setting['name'] }}</h2>
|
||||
@endif
|
||||
@if (!empty($setting['description']))
|
||||
<div>{{ $setting['description'] }}</div>
|
||||
@endif
|
||||
<br>
|
||||
|
||||
<div class="buttons">
|
||||
<div class="pull-right">
|
||||
<x-form id="redirect-form" :url="$confirm_url">
|
||||
|
Loading…
x
Reference in New Issue
Block a user