add shipping rules
This commit is contained in:
@@ -8,4 +8,3 @@ Route::prefix('Orders')->name('Orders.')->group(function () {
|
||||
Route::post('store', 'OrderController@store')->name('store');
|
||||
Route::get('edit/{id}', 'OrderController@edit')->name('edit');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user