[WIP] Working on orders & invoices
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
Route::middleware('auth')->prefix('Customers')->name('Customers.')->group(function () {
|
||||
Route::prefix('Customers')->name('Customers.')->group(function () {
|
||||
Route::get('show/{id}', 'CustomerController@show')->name('show');
|
||||
Route::get('profile/{id?}', 'CustomerController@profile')->name('profile');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user