Search code examples
phplaraveltagslaravel-5.3summernote

How can I display the data stored by summernote on laravel?


I implement summernote (https://github.com/summernote/summernote) on the laravel 5.3

If I input data then save, on table seems like this :

<p>1. chelsea</p><p>2. mu</p><p>3. city</p><p>4. liverpool</p><p>5. arsenal</p>

How can I display it without tag p?

So when it displayed will seems like this :

1. chelsea
2. mu
3. city
4. liverpool
5. arsenal

How can I do it?


Solution

  • First edit the text accordingly to your desired format inside summernote text editor, and save it.

    Then you can use this blade syntax to show the text formated:

    {!! message !!}