mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
wallet batch polishing
This commit is contained in:
+2
-1
@@ -94,7 +94,8 @@ Route::get('/products', function (\App\Classes\Modules\Exports\Services\ExportsP
|
||||
// dd($bookings);
|
||||
//
|
||||
//})->name('x2.data');
|
||||
Route::get('/wallet/{id}/details', function ($id) {
|
||||
Route::get('/wallet/{marking}/details', function ($marking) {
|
||||
$id = \App\Models\Company::where('reference', '=', $marking)->first()->id;
|
||||
return view('pages.wallet.index', ['id' => $id]);
|
||||
})->name('wallet.details');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user