order module (code needs cleaning up)

This commit is contained in:
omair saleh
2020-09-14 16:05:34 +08:00
parent 26c9654894
commit 7f0993d968
23 changed files with 488 additions and 195 deletions
+2
View File
@@ -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');