wip
This commit is contained in:
@@ -32,9 +32,11 @@ class LoanOrderFieldsForIndex
|
|||||||
Select::make(__('Region'), 'region')
|
Select::make(__('Region'), 'region')
|
||||||
->displayUsingLabels()
|
->displayUsingLabels()
|
||||||
->options(RegionRepo::values())
|
->options(RegionRepo::values())
|
||||||
|
->canSeeWhen('isAdmin', $this)
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
|
||||||
BelongsTo::make(__('Branch'), 'branch', Branch::class)
|
BelongsTo::make(__('Branch'), 'branch', Branch::class)
|
||||||
|
->canSeeWhen('isAdmin', $this)
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
|
||||||
Text::make(__('Name'), 'customer_name'),
|
Text::make(__('Name'), 'customer_name'),
|
||||||
|
|||||||
Reference in New Issue
Block a user