Ejemplo n.º 1
0
 public function getLoadcities($state)
 {
     $data = Cities::wherecity_state($state)->get();
     echo json_encode($data);
 }