mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 05:53:58 +00:00
currency orders page
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ Route::get('/payments', function () {
|
||||
|
||||
Route::get('/currency_orders', function () {
|
||||
return view('pages.currency_orders');
|
||||
})->name('payments');
|
||||
})->name('currency_orders');
|
||||
|
||||
Route::get('/bookings', function () {
|
||||
return view('pages.bookings.index');
|
||||
|
||||
Reference in New Issue
Block a user