$total_tr = number_format(($total_raw), 2, ',', '.') . ' TL';
$total_tr = number_format(floatval($total_raw), 2, ',', '.') . ' TL';