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
How I can fix this? Thank you!
via Chebli Mohamed

Aucun commentaire:
Enregistrer un commentaire