Exemple #1
0
 public function categories()
 {
     $alleposter = EmCat::orderBy('title', 'desc')->get();
     return $alleposter;
 }