public function district($value) { $id = (int) $value; $districts = District::getDistrict($id); return response()->json($districts); }