wip
This commit is contained in:
@@ -35,7 +35,7 @@ class NovaLoanRemainingOrder extends Resource
|
||||
* @var array
|
||||
*/
|
||||
public static $search = [
|
||||
'account_number'
|
||||
'account_number',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -74,7 +74,7 @@ class NovaLoanRemainingOrder extends Resource
|
||||
NovaCustomHtml::make(__('Karz taryhy'), 'loan_history')
|
||||
->onlyOnDetail()
|
||||
->canSeeWhen('systemUser', $this)
|
||||
->html(view('orders.loan.mobile.loan-history', [
|
||||
->html(view('orders.loan.mobile.loan-remaining', [
|
||||
'resource' => $this,
|
||||
])->render()),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user