This commit is contained in:
2023-12-04 16:48:01 +05:00
parent efa06735b7
commit 4f33f0059a

View File

@@ -32,9 +32,11 @@ class LoanOrderFieldsForIndex
Select::make(__('Region'), 'region')
->displayUsingLabels()
->options(RegionRepo::values())
->canSeeWhen('isAdmin', $this)
->sortable(),
BelongsTo::make(__('Branch'), 'branch', Branch::class)
->canSeeWhen('isAdmin', $this)
->sortable(),
Text::make(__('Name'), 'customer_name'),