@php $graphs = json_decode($array,true); $ids=[]; //echo '
'; print_r($graphs); die; @endphp @foreach($graphs as $key => $graph) @php array_push($ids,$graph['id']); @endphp {{$graph['caption']}} @endforeach @php $g_array = json_encode($ids,JSON_NUMERIC_CHECK); @endphp