@php $i = 1; if(file_exists('json_files/json-file.json')){ $json = file_get_contents('json_files/json-file.json'); //Decode JSON $json_data = json_decode($json,true); $results = array(); } @endphp @foreach($data as $result2) @foreach($drugList as $drugdata) @php $i++;@endphp @endforeach