name('admin.index')->fallback(); Route::get('/{react}', 'BaseController@index') ->where('react', '.+');