Add required rules for new user creation

This commit is contained in:
David Bomba
2025-05-23 07:55:54 +10:00
parent aea9aa1da3
commit 9db9332abc
13 changed files with 135 additions and 46 deletions

View File

@@ -22,7 +22,7 @@
@endif
@if($client->getBankTransferGateway())
<a data-cy="add-bank-account-link" href="{{ route('client.payment_methods.create', ['method' => $client->getBankTransferMethodType()]) }}" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition ease-in-out duration-150">
{{ ctrans('texts.bank_account') }}
{{ ctrans('texts.bank_account') }}
</a>
@endif
@if($client->getBACSGateway())