migrate *** ** * ***** **** ***
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user