You have to create a name for your routes
Route::get('login', function() {
// code here
})->name('login');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community