migrate *** ** * ***** **** ***

This commit is contained in:
2024-09-30 18:23:37 +05:00
parent b1bf137ff1
commit 9fecfccf22
5 changed files with 121 additions and 5 deletions

View File

@@ -37,5 +37,8 @@ Route::middleware(['auth', 'unVerified'])->group(function () {
});
Route::get('online-payment-store', [OnlinePaymentController::class, 'store'])->name('online-payment-store');
Route::get('online-payment-store-visa-master', [
OnlinePaymentController::class, 'visaMaster'
])->name('online-payment-store-visa-master');
Route::redirect('/', config('nova.path'));