wip
This commit is contained in:
@@ -25,9 +25,7 @@ class LoanOrderFieldsForIndex
|
||||
|
||||
Text::make(__('ID'), 'unique_id')->sortable(),
|
||||
|
||||
Select::make(__('Loan type'), 'loan_type')
|
||||
->displayUsingLabels()
|
||||
->options(LoanTypeRepo::values())
|
||||
BelongsTo::make(__('Loan type'), 'loanType', LoanType::class)
|
||||
->sortable(),
|
||||
|
||||
Select::make(__('Region'), 'region')
|
||||
|
||||
Reference in New Issue
Block a user