Fix on addresses
This commit is contained in:
@@ -6,5 +6,5 @@ Route::prefix('Clients')->name('Customers.')->group(function () {
|
||||
Route::get('modalProfile/{id?}', 'CustomerController@modalProfile')->name('modalProfile');
|
||||
Route::get('edit', 'CustomerController@edit')->name('edit');
|
||||
Route::post('storeProfileAjax', 'CustomerController@storeProfileAjax')->name('storeProfileAjax');
|
||||
Route::post('storeProfile', 'CustomerController@storeProfile')->name('storeProfile');
|
||||
Route::post('store', 'CustomerController@store')->name('store');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user