я хочу получить имя столбца, только если это возможно ![enter image description here](https://i.stack.imgur.com/lCv6s.png)
// таблица элементов, столбец new_values data
{"item_name":"
Chopstick",
"item_quantity":"4",
"item_brand":"d",
"item_serialno":"3",
"item_tag":"New",
"item_categories":"Assets",
"item_unitcost":"4",
"item_depriciation":"5",
"item_location":
"Not Deployed",
"user_assign":"None",
"department":"Not Assigned","id":36}
// controller
$audits=audits::select('new_values')->get();
// Клинок
@foreach($audits as $colName => $value)
{{ $colName }}
@endforeach