diff --git a/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php b/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php index 0a7ff18fea53..2405338a500e 100644 --- a/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/payment-methods-table.blade.php @@ -9,7 +9,7 @@ -
+
Add BACS @if($client->getCreditCardGateway() || $client->getBankTransferGateway()) @@ -25,6 +25,11 @@ {{ ctrans('texts.bank_account') }} @endif + @if($client->getBACSGateway()) + + {{ ctrans('texts.bacs') }} + + @endif
@endif