diff --git a/src/Constants/Fields/CreateCaseFields.js b/src/Constants/Fields/CreateCaseFields.js index 459c18c..bc7bafa 100644 --- a/src/Constants/Fields/CreateCaseFields.js +++ b/src/Constants/Fields/CreateCaseFields.js @@ -49,4 +49,48 @@ export const floridaCourts = [ "Taylor", ], }, + { + circuit: "Fourth", + counties: ["Clay", "Duval", "Nassau"], + }, + { + circuit: "Fifth", + counties: ["Citrus", "Hernando", "Lake", "Marion", "Sumter"], + }, + { + circuit: "Sixth", + counties: ["Pasco", "Pinellas"], + }, + { + circuit: "Seventh", + counties: ["Flagler", "Putnam", "St. Johns", "Volusia"], + }, + { + circuit: "Eigth", + counties: ["Alachua", "Baker", "Bradford", "Gilchrist", "Levy", "Union"], + }, + { + circuit: "Ninth", + counties: ["Orange", "Osceola"], + }, + { + circuit: "Tenth", + counties: ["Hardee", "Highlands", "Polk"], + }, + { + circuit: "Eleventh", + counties: ["Miami-Dade"], + }, + { + circuit: "Twelfth", + counties: ["DeSoto", "Manatee", "Sarasota"], + }, + { + circuit: "Thirteenth", + counties: ["Hillsborough"], + }, + { + circuit: "Fourteenth", + counties: ["Bay", "Calhoun", "Gulf", "Holmes", "Jackson", "Washington"], + }, ];