mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 14:33:59 +00:00
changed transfer complete page to show all complete and active transfers
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ Route::get('/payments', function () {
|
||||
})->name('payment.complete');
|
||||
|
||||
Route::get('/bookings', function () {
|
||||
return view('pages.booking');
|
||||
return view('pages.bookings');
|
||||
})->name('bookings');
|
||||
|
||||
Route::get('/transfer/{marking}', function ($marking) {
|
||||
|
||||
Reference in New Issue
Block a user