wip
This commit is contained in:
@@ -177,6 +177,12 @@ class LoanOrder extends Resource
|
||||
->fullWidth()
|
||||
->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'), [
|
||||
Select::make(__('Loan type'), 'loan_type')
|
||||
->displayUsingLabels()
|
||||
|
||||
Reference in New Issue
Block a user