This commit is contained in:
2024-10-01 23:11:03 +05:00
parent 87a1c2764d
commit 7095880f7a
6 changed files with 51 additions and 32 deletions

View File

@@ -93,7 +93,7 @@ class LoanOrderMobileFieldsForDetail
new Panel(__('Card'), [
NovaCustomHtml::make(__('Data'), 'card_name')
->html(view('orders.loan.mobile.card-history', [
'resource' => $resource
'resource' => $resource,
])->render())
->fillUsing(NovaForm::fillEmpty()),
]),