https://twill.io logo
dd($item) works, it gives back the data, if I try ...
# ❓questions
n
dd($item) works, it gives back the data, if I try to access a fillable through that, like
$item->id
it still doesnt display it, only if I do
'id'
, any idea why?