vendredi 19 avril 2019

How to print array in laravel blade one time on the basis of date?

i have laravel blade in which there is one column of date. It has duplicate dates. I want to print one row at bottom of column when one day passes and also when one month passes on the basis of date attribute.

i tried to get the last date of duplicate date.but it is not working.

        @foreach($enteries as $entery)
        <tr>
          <td></td>
          <td></td>
          <td>

          </td>
          <td></td>
          <td></td>
          <td>  hours   minutes</td>

          <td><a href="" class="btn btn-success">Edit</a></td>

        </tr>
        @endforeach



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire