diff --git a/app/Nova/Actions/MakePaymentNovaVisaMaster.php b/app/Nova/Actions/MakePaymentNovaVisaMaster.php index 3af3d9a..931fe6b 100644 --- a/app/Nova/Actions/MakePaymentNovaVisaMaster.php +++ b/app/Nova/Actions/MakePaymentNovaVisaMaster.php @@ -68,12 +68,12 @@ class MakePaymentNovaVisaMaster extends Action ]); } - if (lastDayOfMonth($today->format('m'), $today->format('Y'))) { - return Action::modal('modal-response', [ - 'title' => 'Bu gun aýyn sonky guni!', - 'body' => 'Ayyn sonky guni toleg alynmayar.', - ]); - } + // if (lastDayOfMonth($today->format('m'), $today->format('Y'))) { + // return Action::modal('modal-response', [ + // 'title' => 'Bu gun aýyn sonky guni!', + // 'body' => 'Ayyn sonky guni toleg alynmayar.', + // ]); + // } if (! $resource->branch || ! $resource->branch->billing_visa_master_username) { return Action::modal('modal-response', [