From 8f88a1e069d4005ae73ff5e32b164a648bc784a0 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Mon, 3 Mar 2025 16:15:06 +0500 Subject: [PATCH] wip --- .../Concerns/VisaMasterPaymentOrderFieldsForDetail.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/Concerns/VisaMasterPaymentOrderFieldsForDetail.php b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/Concerns/VisaMasterPaymentOrderFieldsForDetail.php index 2ba25f5..b606650 100644 --- a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/Concerns/VisaMasterPaymentOrderFieldsForDetail.php +++ b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/Concerns/VisaMasterPaymentOrderFieldsForDetail.php @@ -129,6 +129,12 @@ class VisaMasterPaymentOrderFieldsForDetail attribute: 'full_name' ) ->rules('required', 'max:255'), + + Text::make( + name: __('Goýum hasaby'), + attribute: 'deposit_account' + ) + ->rules('required', 'max:255'), ])->minRows(1)->rules('required'), SimpleRepeatable::make(__('Payee information'), 'payment_reciever', [