This commit is contained in:
2025-09-10 18:49:00 +05:00
parent 50996ddacd
commit 07a6679e9f

View File

@@ -120,6 +120,8 @@ class NovaVisaMasterPaymentOrderItem extends Resource
Text::make('Amalyň referensi', fn ($model) => $model->payment_order_number), Text::make('Amalyň referensi', fn ($model) => $model->payment_order_number),
Boolean::make(__('Paid'), 'paid'), Boolean::make(__('Paid'), 'paid'),
Boolean::make(__('Synced with system'), 'synced_with_system'),
]; ];
} }