I want to display member details horizontally and not vertically.
My foreach code in my index.blade.php file:
@foreach($member as $members)
<a href="">
<p></p>
<p></p>
<p></p>
<p>Submitted on: </p>
</a>
@endforeach
So I want name, surname and ID number to display next to each other, i.e. I want each member on 1 line. Currently it display vertically like so...
I can't find any docs on how to change the display.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire