how to store data using href in laravel uisng root code example
Example 1: Embed the site when you click on the link laravel
$msg = 'It is done, click here to see the result';
Example 2: 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';