From 7d29b736614c575ce3b5b83c1eab980c7b2a49c4 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 4 Oct 2023 18:39:43 +0200 Subject: [PATCH] wip #6340 --- views/screens/question_email.blade.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/screens/question_email.blade.php diff --git a/views/screens/question_email.blade.php b/views/screens/question_email.blade.php new file mode 100644 index 0000000..d60d30a --- /dev/null +++ b/views/screens/question_email.blade.php @@ -0,0 +1,16 @@ +
+
+ @include('header_question', ['question' =>$question, 'max' => $max, 'position' => $position]) +
+
+
+ +
+
+
+
+ + +
+ @include('footer', ['countdown' => $countdown,'question' => $question, 'data' => $data, 'reset' => true, 'info' => true]) +
-- 2.39.5