Embed the site when you click on the link laravel

PHP
$msg = 'It is done, click here to see the result';Route::get('user/profile', 'UsersController@show')->name('user.profile');$msg = 'It is done, <a href="'. url('/user/profile') . '"> click here  </a>  to see the result';
Source

Also in PHP: