diff --git a/src/Constants/Fields/CreateCaseFields.js b/src/Constants/Fields/CreateCaseFields.js index bc7bafa..074169c 100644 --- a/src/Constants/Fields/CreateCaseFields.js +++ b/src/Constants/Fields/CreateCaseFields.js @@ -93,4 +93,28 @@ export const floridaCourts = [ circuit: "Fourteenth", counties: ["Bay", "Calhoun", "Gulf", "Holmes", "Jackson", "Washington"], }, + { + circuit: "Fifteenth", + counties: ["Palm Beach"], + }, + { + circuit: "Sixteenth", + counties: ["Monroe"], + }, + { + circuit: "Seventeenth", + counties: ["Broward"], + }, + { + circuit: "Eighteenth", + counties: ["Brevard", "Seminole"], + }, + { + circuit: "Nineteenth", + counties: ["Indian River", "Martin", "Okeechobee", "St. Lucie"], + }, + { + circuit: "Twentieth", + counties: ["Charlotte", "Collier", "Glades", "Hendry", "Lee"], + }, ];