wip
This commit is contained in:
@@ -92,6 +92,20 @@ class Branch extends Resource
|
||||
->rules('nullable', 'string', 'max:255')
|
||||
->hideFromIndex(),
|
||||
|
||||
Text::make(__('Billing username (Swift)'), 'billing_swift_username')
|
||||
->rules('nullable', 'string', 'max:255'),
|
||||
|
||||
Text::make(__('Billing password (Swift)'), 'billing_swift_password')
|
||||
->rules('nullable', 'string', 'max:255')
|
||||
->hideFromIndex(),
|
||||
|
||||
Text::make(__('Billing username (Visa/Master)'), 'billing_visa_master_username')
|
||||
->rules('nullable', 'string', 'max:255'),
|
||||
|
||||
Text::make(__('Billing password (Visa/Master)'), 'billing_visa_master_password')
|
||||
->rules('nullable', 'string', 'max:255')
|
||||
->hideFromIndex(),
|
||||
|
||||
Textarea::make(__('Address'), 'address'),
|
||||
|
||||
Boolean::make(__('Active'), 'active')
|
||||
|
||||
Reference in New Issue
Block a user