Sematkan situs saat Anda mengklik tautan Laravel
$msg = 'It is done, <a href="'. url('/user/profile') . '"> click here </a> to see the result';
SAMER SAEID
$msg = 'It is done, <a href="'. url('/user/profile') . '"> click here </a> to see the result';
$msg = 'It is done, click here to see the result';
Route::get('user/profile', 'UsersController@show')->name('user.profile');