Embed the site when you click on the link laravel code example
Example 1: Embed the site when you click on the link laravel
$msg = 'It is done, <a href="'. url('/user/profile') . '"> click here </a> to see the result';
Example 2: Embed the site when you click on the link laravel
$msg = 'It is done, click here to see the result';
Example 3: Embed the site when you click on the link laravel
Route::get('user/profile', 'UsersController@show')->name('user.profile');