mardi 5 septembre 2017

Ordering comments retrieved through relationships

I am retrieving comments related to my batsmans profile on the view through relationships. Is their anyway that i could order by the latest comment through this or will i have to do it in the controller?

current retrieval of comments.

@foreach($batsmen->comments as $comments)
<p> $comments->comment</p>
<p> Posted by: $comments->user_id</p>
@endforeach



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire