mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
order module (code needs cleaning up)
This commit is contained in:
@@ -32,3 +32,5 @@ Route::get('/company/{id}/importer/dashboard', function ($id) {
|
||||
Route::get('/company/forwarder/dashboard', function () {
|
||||
return view('pages.dashboards.forwarder_profile');
|
||||
})->name('dashboard.forwarder');
|
||||
|
||||
Route::get('orders/{order_id}/download', 'Orders\OrderController@download')->name('order.qr.download');
|
||||
|
||||
Reference in New Issue
Block a user