add filters
This commit is contained in:
@@ -37,6 +37,7 @@ class LoanOrderFieldsForIndex
|
||||
|
||||
BelongsTo::make(__('Branch'), 'branch', Branch::class)
|
||||
->canSeeWhen('isAdmin', $resource)
|
||||
->filterable()
|
||||
->sortable(),
|
||||
|
||||
Text::make(__('Name'), 'customer_name'),
|
||||
|
||||
Reference in New Issue
Block a user