fixes
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
Route::prefix('Clients')->name('Customers.')->group(function () {
|
||||
Route::get('show/{id}', 'CustomerController@show')->name('show');
|
||||
Route::get('profile/{id?}', 'CustomerController@profile')->name('profile');
|
||||
Route::get('modalProfile/{id?}', 'CustomerController@modalProfile')->name('modalProfile');
|
||||
Route::post('storeProfileAjax', 'CustomerController@storeProfileAjax')->name('storeProfile');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user