{!!editcard('post_procedure_icd9','post_procedure_icd9.blade.php')!!}
@php
function check_string($data,$array){
if(isset($data)){
foreach ($array as $value) {
if (strpos($data,@$value->proicd9_name)!== false){
echo "subid=@$value->proicd9_id";
}
}
}
}
@endphp
@php
if(isset($json->texticd9)){
$icd9value = jsonDecode($json->texticd9);
}
@endphp
@php
$acc = jsonDecode(@$case->recommendation);
@endphp