This question already has an answer here:
i get an error in my code
ERROR IN HERE
@foreach($prior as $pr)
<tr>
<td width="130px"><h4>Prior </h4></td>
<td width="15px"><h4>:</h4></td>
<td width="100px"><h4></h4></td>
</tr>
@endforeach
here is the controlcode
$totalCount = DataTraining::count();
$prior[] = [
'kelas' => $cls,
'nilai' => $Count / $totalCount,
];
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire