add filters

This commit is contained in:
2023-12-04 16:53:23 +05:00
parent 2fcd789cf1
commit 81be3c9f65

View File

@@ -37,6 +37,7 @@ class LoanOrderFieldsForIndex
BelongsTo::make(__('Branch'), 'branch', Branch::class)
->canSeeWhen('isAdmin', $resource)
->filterable()
->sortable(),
Text::make(__('Name'), 'customer_name'),