$yeni_array = [];
foreach($array as $key => $value) {
$yeni_array[$value['takip_no']] = $value;
}