['auth'], 'prefix' => 'user'], function () { Route::get('/', 'UserController@index'); Route::prefix('account')->group(function () { Route::get('/', 'UserController@profile'); Route::post('update', 'UserController@update'); }); Route::post('diagnosa', 'UserController@diagnosa')->name('diagnosa'); Route::get('riwayat', 'UserController@riwayat')->name('riwayat'); });