fix: 🐛 Remove isPaymentSetup notification

This commit is contained in:
IceToast 2023-03-28 02:47:52 +02:00 committed by IceToast
parent fe535c061e
commit fc2119ad5a

View file

@ -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">