diff --git a/app/View/Form/Select.php b/app/View/Form/Select.php new file mode 100644 index 00000000..f544efa4 --- /dev/null +++ b/app/View/Form/Select.php @@ -0,0 +1,59 @@ +id = str()->uuid()->toString(); + } + + public function render() + { + return <<<'HTML' + + HTML; + } +}