From 9669f78e4f8fd75eb230e22e2c994ee2d9a57e10 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:54:19 +0300 Subject: [PATCH] Added registrars page --- cp/app/Controllers/RegistrarsController.php | 16 ++++ .../views/admin/registrars/index.twig | 84 +++++++++++++++++ cp/resources/views/layouts/app.twig | 8 +- .../views/partials/js-registrars.twig | 90 +++++++++++++++++++ cp/routes/web.php | 2 + 5 files changed, 197 insertions(+), 3 deletions(-) create mode 100644 cp/app/Controllers/RegistrarsController.php create mode 100644 cp/resources/views/admin/registrars/index.twig create mode 100644 cp/resources/views/partials/js-registrars.twig diff --git a/cp/app/Controllers/RegistrarsController.php b/cp/app/Controllers/RegistrarsController.php new file mode 100644 index 0000000..3cef757 --- /dev/null +++ b/cp/app/Controllers/RegistrarsController.php @@ -0,0 +1,16 @@ + + +