I have the table users on mysql and added a column "image" which is a type binary (image png). When I show the image on a view, I use this code :
<p>Avatar: {{Auth::user()->image}}</p>
but it shows something like that: �PNG IHDR,,y}�u pHYs��tEXtSoftwareAdobe ImageReadyq�e<�nIDATx�� �Gy7����}K��]I�...
How can I solve this problem please ?