In Laravel boilerplate, how could we accessing frontend page while logged in at backend environment?
I've put this routes at frontend access.php, but while putting it at access.php in backend, it doesn't load properly
Route::get('test', 'LoginController@showTestForm')->name('test');
Project Structure