Here is what i'm getting when i fetch data from its database.
So that i want to split into 2 different column.can anyone help me here? Here is the view.
<table class="table table-striped">
<thead>
<th>Trainee ID</th>
<th>Name with initials</th>
<th>On time</th>
</thead>
<tbody>
@foreach($items as $item)
<tr>
<td> </td>
<td></td>
<td></td>
</tr>
@endforeach
</tbody>
</table>
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire