Answer the question
In order to leave comments, you need to log in
How to insert html tags in session response message in Laravel?
I'm trying to embed a link in a response message after user registration, but for some reason html tags are taken literally
$request->session()->flash('success_registration', "На ваш email '<a>'".$request->email."'</a>'выслано письмо с подтверждением регистрации");
На ваш email '<a>'[email protected]'</a>'выслано письмо с подтверждением регистрации
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question