Fix case typo
This commit is contained in:
6
routes/Shop/Invoices.php
Normal file
6
routes/Shop/Invoices.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
Route::middleware('auth')->prefix('Invoices')->name('Invoices.')->group(function () {
|
||||
Route::get('show/{id}', 'InvoiceController@show')->name('show');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user