'laravel subdomain error This page isn’t working

I making a route with a subdomain

Route::domain('qwe.asd.com')->group(function () {
Route::get('/mail',function(){
    echo "i am subdomain";
});
});

but its shows an error T"This page isn’t working". my acchuel domain is asd.com



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source