get(); return response()->json([ 'data' => $countries ]); } // public function getState($id){ // $state = State::with('getCountryName')->select('id','name') // } }