add custom clearance routes

This commit is contained in:
omair saleh
2021-09-28 13:24:29 +08:00
parent 2c3ea9e3f1
commit 943f5ce64e
+4
View File
@@ -118,6 +118,10 @@ Route::get('/deliveries/refresh', function(){
Route::get('/order/{id}/download', 'Orders\DownloadOrderQrPdfController@download')->name('order.qr.download');
Route::get('/report/customclearance', 'Reports\CustomcClearanceReportController@download')->name('report.customclearance');
Route::get('/report/customclearance/{orderid}', 'Reports\CustomcClearanceReportController@download')->name('report.customclearance');
Route::get('/payments-and-billing', function () {
return view('pages.templates.paymentsBilling');
})->name('payments-and-billing');