This commit is contained in:
2024-11-27 12:53:52 +05:00
parent bd5a72117f
commit 8adb96549c
5 changed files with 238 additions and 2 deletions

View File

@@ -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()),
]),