Working on credit card

This commit is contained in:
2024-01-28 19:54:29 +05:00
parent 0a631aec80
commit 9c22cce13b
11 changed files with 267 additions and 22 deletions

View File

@@ -89,8 +89,9 @@ class Branch extends Resource
Text::make(__('Billing username'), 'billing_username')
->rules('nullable', 'string', 'max:255'),
Password::make(__('Billing password'), 'billing_password')
->rules('nullable', 'string', 'max:255'),
Text::make(__('Billing password'), 'billing_password')
->rules('nullable', 'string', 'max:255')
->hideFromIndex(),
Textarea::make(__('Address'), 'address'),