samedi 26 mai 2018

Laravel 5.6 | Display list items horizontally, not vertically

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...

enter image description here

I can't find any docs on how to change the display.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2ksJfxW
via IFTTT

Aucun commentaire:

Enregistrer un commentaire