예제 #1
0
 public static function semua()
 {
     return Peminjaman::with('buku', 'siswa')->orderBy('pinjam', 'desc')->get();
 }