wip
This commit is contained in:
@@ -177,6 +177,12 @@ class LoanOrder extends Resource
|
|||||||
->fullWidth()
|
->fullWidth()
|
||||||
->canSeeWhen('systemUser', $this),
|
->canSeeWhen('systemUser', $this),
|
||||||
|
|
||||||
|
BelongsTo::make(__('Created by').': ', 'user', User::class)
|
||||||
|
->canSeeWhen('isMe', $this),
|
||||||
|
|
||||||
|
BelongsTo::make(__('Updated by').': ', 'filledBy', User::class)
|
||||||
|
->canSeeWhen('isMe', $this),
|
||||||
|
|
||||||
new Panel(__('Loan'), [
|
new Panel(__('Loan'), [
|
||||||
Select::make(__('Loan type'), 'loan_type')
|
Select::make(__('Loan type'), 'loan_type')
|
||||||
->displayUsingLabels()
|
->displayUsingLabels()
|
||||||
|
|||||||
Reference in New Issue
Block a user