import Link from "next/link";
import { useRouter } from "next/router";
import useTranslation from "next-translate/useTranslation";
export default function SearchResults() {
let { t } = useTranslation();
const router = useRouter();
const { locale } = router;
return (
Search for a case
Your search returned 99 results.
-
Case Reference
-
Site Address
-
Appellant/Applicant
-
Authority
-
Case Type
-
Status
-
Case Reference:
APP/Z2830/D/21/3272770
-
Site Address:{" "}
23 Martineau Lane
HASTINGS
TN35 5DS
-
Appellant/Applicant:
Mr J Pocknell
-
Authority:
Hastings Borough Council{" "}
-
Case Type:
Planning (W){" "}
-
Status:
In Progress
-
Case Reference:
APP/Z2830/D/21/3272770
-
Site Address:{" "}
23 Martineau Lane
HASTINGS
TN35 5DS
-
Appellant/Applicant:
Mr J Pocknell
-
Authority:
Hastings Borough Council{" "}
-
Case Type:
Planning (W){" "}
-
Status:
In Progress
-
Case Reference:
APP/Z2830/D/21/3272770
-
Site Address:{" "}
23 Martineau Lane
HASTINGS
TN35 5DS
-
Appellant/Applicant:
Mr J Pocknell
-
Authority:
Hastings Borough Council{" "}
-
Case Type:
Planning (W){" "}
-
Status:
In Progress
-
Case Reference:
APP/Z2830/D/21/3272770
-
Site Address:{" "}
23 Martineau Lane
HASTINGS
TN35 5DS
-
Appellant/Applicant:
Mr J Pocknell
-
Authority:
Hastings Borough Council{" "}
-
Case Type:
Planning (W){" "}
-
Status:
In Progress
-
Case Reference:
APP/Z2830/D/21/3272770
-
Site Address:{" "}
23 Martineau Lane
HASTINGS
TN35 5DS
-
Appellant/Applicant:
Mr J Pocknell
-
Authority:
Hastings Borough Council{" "}
-
Case Type:
Planning (W){" "}
-
Status:
In Progress
);
}