Exemplo n.º 1
0
 public function getAllCafe()
 {
     $cafe = Cafe::with('cafe')->simplePaginate($n);
     return $cafe;
 }