name('home'); Route::get('/home', 'HomeController@index')->name('dashboard'); Route::post('store', 'HomeController@store')->name('store'); Route::post('stats', 'StatsController@tag')->name('stats'); // TODO make a group for stats