mardi 27 juin 2017

Laravel Date and Time need to split

Here is what i'm getting when i fetch data from its database.

enter image description here

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