fix: 🐛 Remove isPaymentSetup notification
This commit is contained in:
parent
fe535c061e
commit
fc2119ad5a
1 changed files with 0 additions and 11 deletions
|
@ -24,18 +24,7 @@
|
|||
<section class="content">
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
@if ($isPaymentSetup == false)
|
||||
<div class="callout callout-danger">
|
||||
<h4>{{ __('No payment method is configured.') }}</h4>
|
||||
<p>{{ __('To configure the payment methods, head to the settings-page and add the required options for your prefered payment method.') }}
|
||||
</p>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
|
|
Loading…
Reference in a new issue