So in latvian language there are a lot of special letters like - ē ā š ņ č and much more. I have a problem where when i am putting info from textarea in to a database letter "š" and in database its writing "&S caron;" instead of letter what i need. But most interesting is when i try to output files in blade. In blade where im putting out all the posts, text is showing this "&S caron;" instead of "š" but when i open single post page it displays text correct. I have set charset uft-8 in my header and for DB i allready tried utf8mb4_latvian_ci utf8mb4_unicode_ci and utf8_unicode_ci
here is some screens
How displays text where all posts displaying
How displays text in single post page
If there is need for some code fragments please ask because i dont even know where to dig...
There is situation where in one table in different fields encoding is same and inputting letter "š" in field "post title" it shows correct but in field "post body" its showing "&S caron;". And it is same showing in browser in all posts page - title correct and post text going with "&S caron;" and in single post page all is correct. kinda confused....
So i tried to put correct text in DB manual via phpmyadmin and now that post body is showing correct and in blade that post shows correct but others not. so i guess there is problem with inputing info