mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
add segments in the menu bar.
This commit is contained in:
+1
-7
@@ -1313,11 +1313,5 @@ Route::get('/show-all-extra-payments', function () {
|
||||
});
|
||||
|
||||
Route::get('/segments', function (Request $request) {
|
||||
$segment = null;
|
||||
|
||||
if ($request->has('id')) {
|
||||
$segment = App\Models\Segment::find($request->id);
|
||||
}
|
||||
|
||||
return view('pages.segments.index', compact('segment'));
|
||||
return view('pages.segments.index');
|
||||
})->name('segments');
|
||||
|
||||
Reference in New Issue
Block a user