Level 75
{!! $article->contenu !!}
Docs: https://laravel.com/docs/8.x/blade#displaying-unescaped-data
I save into my database the text which I write into a textarea with tinymce. What I'm trying to do now, is to display this content into my view. Right now, when I'm doing {{$article->contenu}} i've this :
Is there a way to display my tinymce content into my view with the correct format please (not inside a textarea) ?
{!! $article->contenu !!}
Docs: https://laravel.com/docs/8.x/blade#displaying-unescaped-data
Please or to participate in this conversation.