Look at line 20 of file:
/Applications/MAMP/htdocs/da3m/storage/framework/views/f8bad4f985a8378d1bd69856d6420587
, you'll see what is the object that you are trying to escape html on.
I'd guess $object->get("Autheur")
returns an object, not a string, so you get an error when you try to escape it like an html string.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community