lundi 19 juillet 2021

Laravel 5.8 blade, getting values from nested objects error

I am getting some weird error while working with blade.

It works just like it should when getting the data inside a dd(), but when calling it without a dd(), an error is thrown telling me that it can't find a field in my object.

In my blade file, this works just fine:


This doesn't:

<img src="" />

The error:

Undefined property: stdClass::$image (View: /home/vagrant/code/xxxxxx/resources/views/resources.blade.php)



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire