Esempio n. 1
0
 public function populares()
 {
     return Ticket::orderBy('created_at', 'DESC')->paginate();
 }