fix: make the address appear when added
This commit is contained in:
@@ -7,5 +7,6 @@ Route::prefix('Clients')->name('Customers.')->group(function () {
|
||||
Route::get('edit', 'CustomerController@edit')->name('edit');
|
||||
Route::post('storeProfileAjax', 'CustomerController@storeProfileAjax')->name('storeProfileAjax');
|
||||
Route::post('store', 'CustomerController@store')->name('store');
|
||||
Route::post('address', 'CustomerController@storeAddress')->name('address.store');
|
||||
Route::get('delete_address/{id}', 'CustomerController@delete_address')->name('delete_address');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user