mercredi 10 juillet 2019

Unwanted special chars when get data from MySQL

I'm using Laravel 5.2 & MySQL 5.7.26:

When I load data from database

$data = Model::find($id);
return view('template', compact('data'));

In my template.blade.php:

<b><b/> //this is normal
<input type="text" value=""/> // this is error

Image example: Error show like this

How I can fix this? Thank you!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire