Ejemplo n.º 1
0
 public function getAll()
 {
     return Customer::limit(200)->with(['source', 'producers', 'samples', 'samples.assay_result'])->get();
 }