コード例 #1
0
 public function getIndex()
 {
     $data[$this->getCollectionName()] = Estado::with(static::$eagerLoading[0])->where('pais_id', 95)->orderBy('nombre', 'asc')->get();
     return view($this->getFolder(), $data);
 }