예제 #1
0
 public static function filter($date)
 {
     return Payment::date($date)->orderBy('created_at', 'DESC')->paginate(15);
 }