yarostym.com

yarostym.com v1.0

If you wish redirect to cms_panel edit routes/client.php and change it to
Route::group([ 'prefix' => '/', 'as' => 'client.', 'namespace' => 'Client'],  function () {
    return redirect()->route('cms_panel.index');
    //Route::get('/', 'ClientController@index')->name('index');
});