This commit is contained in:
2024-11-23 17:36:27 +05:00
parent ab7cd5924b
commit 29e68422ff

View File

@@ -68,12 +68,12 @@ class MakePaymentNovaVisaMaster extends Action
]); ]);
} }
if (lastDayOfMonth($today->format('m'), $today->format('Y'))) { // if (lastDayOfMonth($today->format('m'), $today->format('Y'))) {
return Action::modal('modal-response', [ // return Action::modal('modal-response', [
'title' => 'Bu gun aýyn sonky guni!', // 'title' => 'Bu gun aýyn sonky guni!',
'body' => 'Ayyn sonky guni toleg alynmayar.', // 'body' => 'Ayyn sonky guni toleg alynmayar.',
]); // ]);
} // }
if (! $resource->branch || ! $resource->branch->billing_visa_master_username) { if (! $resource->branch || ! $resource->branch->billing_visa_master_username) {
return Action::modal('modal-response', [ return Action::modal('modal-response', [