I Can Access this result as return $value
and can access user_id
as $retun $value->user_id
{
"id": 250,
"user_id": 53,
"meta": {
"sub_total": 2050,
"charge": 0,
}
}
How Can I access the sub_total
like the same way?
I have Tried $value->meta('sub_total')
got error