Solve your laravel problems.
I would like to change link_to_route to auto route below are the code for my link_to_route for views.php:
My route.php: Route::get('logouthome', 'auth\LoginController@logout')->name('logouthome');