Wizard page re-factoring..
This commit is contained in:
		| @@ -9,8 +9,6 @@ use Illuminate\Support\Facades\Route; | ||||
|  */ | ||||
|  | ||||
| Route::group(['as' => 'wizard.'], function () { | ||||
|     Route::get('data', 'Wizard\Data@index')->name('data.index'); | ||||
|  | ||||
|     Route::get('companies', 'Wizard\Companies@edit')->name('companies.edit'); | ||||
|     Route::post('companies', 'Wizard\Companies@update')->middleware('dropzone')->name('companies.update'); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user