Divide results of a query in two different positions in Laravel

0

I need to divide the result of a query into two different positions, the positions would be the following:

<table>
        <tr>

      <td>Aqui el 50% de los resultados</td>
      <td> Aqui otro tipo de contenido</td>
       <td>Y aqui el otro 50% de los resultados</td>

        </tr>
        </table>

Any ideas?

    
asked by jorge 30.11.2018 в 00:40
source

0 answers