add shipping rules
This commit is contained in:
@@ -4,4 +4,3 @@ Route::prefix('Factures')->name('Invoices.')->group(function () {
|
||||
Route::get('show/{uuid?}', 'InvoiceController@show')->name('show');
|
||||
Route::get('pdf/{uuid?}', 'InvoiceController@pdf')->name('pdf');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user