I'm reading others references on stackoverflow
for add <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
under head
but as you can see on frontend the still not converting to quotes
but on my db there already converting to quotes
I'm using apache server and Laravel Nova and for editor I'm using tinymce package for laravel nova
when I inspect the element the reults is like this
<p>The golden rule when it comes to SEO is that “if it’s good for the user, it’s good for Google.” </p>
is there something wrong I missed?