We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
Is there a way to include html tags within a flash message. I have the following but the tags get escaped when rendered in blade?
flash()->success('Confirmation email sent to <strong>' . $user->email . '</strong>');
Aucun commentaire:
Enregistrer un commentaire