wip
This commit is contained in:
@@ -91,10 +91,18 @@ class LoanOrderMobileFieldsForDetail
|
||||
|
||||
new Panel(__('Card'), [
|
||||
NovaCustomHtml::make(__('Data'), 'card_name')
|
||||
->canSeeWhen('systemUser', $resource)
|
||||
->html(view('orders.loan.mobile.card-history', [
|
||||
'resource' => $resource,
|
||||
])->render())
|
||||
->fillUsing(NovaForm::fillEmpty()),
|
||||
])->render()),
|
||||
]),
|
||||
|
||||
new Panel(__('Karz taryhy'), [
|
||||
NovaCustomHtml::make(__('Karz taryhy'), 'loan_history')
|
||||
->canSeeWhen('systemUser', $resource)
|
||||
->html(view('orders.loan.mobile.loan-history', [
|
||||
'resource' => $resource,
|
||||
])->render()),
|
||||
]),
|
||||
|
||||
new Panel(__('Contact data'), [
|
||||
|
||||
Reference in New Issue
Block a user