Paul Appleyard
Paul Appleyard
> @Navi2016 Yeah I opened a PR to the docs, but they don't seem to care: [laravel/nova-docs#570](https://github.com/laravel/nova-docs/pull/570). I don't think it's a matter of not caring - it's not apparent...
Which BTW I would like to see also
> Text::make('Item content', 'line_items', function ($value, $resource, $attribute) { if ($value) { $value = json_decode($value); $arr = []; foreach ($value as $item) { $arr[] = $item->fields->item_content; } return implode("", $arr);...