From 7024eb0db56df95441fb95a408711de0d9ad6398 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 6 Nov 2023 13:02:40 +0530 Subject: [PATCH] Missing files : ps --- app/Views/campaign_creation.php | 88 ++++ app/Views/campaign_creation_form.php | 154 +++++++ app/Views/customer_group.php | 153 +++++++ app/Views/customer_group_form.php | 589 +++++++++++++++++++++++++++ app/Views/template_creation.php | 89 ++++ app/Views/template_creation_form.php | 106 +++++ 6 files changed, 1179 insertions(+) create mode 100644 app/Views/campaign_creation.php create mode 100644 app/Views/campaign_creation_form.php create mode 100644 app/Views/customer_group.php create mode 100644 app/Views/customer_group_form.php create mode 100644 app/Views/template_creation.php create mode 100644 app/Views/template_creation_form.php diff --git a/app/Views/campaign_creation.php b/app/Views/campaign_creation.php new file mode 100644 index 00000000..f82ef560 --- /dev/null +++ b/app/Views/campaign_creation.php @@ -0,0 +1,88 @@ +
+
+
+
+ +
+

+ getFlashdata('success') || session()->getFlashdata('error')) : ?> + getFlashdata('success')) : ?> + + + getFlashdata('error')) : ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Campaign NameTemplate NameGroup NameTotal CustomerScheduled atCreated atCreated byStatusAction
+ " class="edit-button" title="Click to Edit Campaign" > + " class="delete-button" title="Click to Delete Campaign" > +
+
+
+
+
+
+ + diff --git a/app/Views/campaign_creation_form.php b/app/Views/campaign_creation_form.php new file mode 100644 index 00000000..2d98c12a --- /dev/null +++ b/app/Views/campaign_creation_form.php @@ -0,0 +1,154 @@ +
+
+
+
+

+
" method="post" enctype="multipart/form-data" id="myForm"> +
+
+
+ + +
Please provide.
+
+
+ + + +
+
+ +
+
+ + +
+
+ + +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ + +
+ +
+ + + +
+ > + +
+
+ + +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/app/Views/customer_group.php b/app/Views/customer_group.php new file mode 100644 index 00000000..0cb0fe81 --- /dev/null +++ b/app/Views/customer_group.php @@ -0,0 +1,153 @@ +
+
+
+
+ +
+

+ getFlashdata('success') || session()->getFlashdata('error')) : ?> + getFlashdata('success')) : ?> + + + getFlashdata('error')) : ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
Group NameCreated atCreated byStatusAction
+ " class="edit-button" title="Edit" > + + " class="delete-button" title="Delete" > +
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/app/Views/customer_group_form.php b/app/Views/customer_group_form.php new file mode 100644 index 00000000..2937a3e1 --- /dev/null +++ b/app/Views/customer_group_form.php @@ -0,0 +1,589 @@ +
+
+
+
+

+

+
" > +
+
+ + +
Please provide.
+
+
+
+
+
+

Select Criteria

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldConditionValueAction
+ + + + + + name="values[]" placeholder="Enter the Date" value="" /> + +
+ placeholder="Enter the Start Date" onchange="concatBetween()" value="" /> + placeholder="Enter the End Date" onchange="concatBetween()" value="" /> +
+ name="values[]" placeholder="values" value="" /> + + name="values[]" placeholder="Enter the Multiple Values with comma Seprator" onkeypress="return restriction(event,'M')" value="" /> + + name="values[]" placeholder="Enter the Values" value="" /> + + name="values[]" placeholder="Enter the Values" onkeypress="return restriction(event,2)" + value="" /> + +
+ +
+ + + + + + + +
+
+ +
+ +
+ > + +
+ + + +
+
+ + + +
+
+
+
+
+ + + + + + + + + + + + + + + diff --git a/app/Views/template_creation.php b/app/Views/template_creation.php new file mode 100644 index 00000000..7ff156cc --- /dev/null +++ b/app/Views/template_creation.php @@ -0,0 +1,89 @@ +
+
+
+
+ +
+

+ getFlashdata('success') || session()->getFlashdata('error')) : ?> + getFlashdata('success')) : ?> + + + getFlashdata('error')) : ?> + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Template NameModeCreated atCreated byStatusAction
+ " class="edit-button" title="Click to Edit Template" > + " class="delete-button" title="Click to Delete Template" > +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/app/Views/template_creation_form.php b/app/Views/template_creation_form.php new file mode 100644 index 00000000..3183df4d --- /dev/null +++ b/app/Views/template_creation_form.php @@ -0,0 +1,106 @@ +
+
+
+
+

+
" method="post" enctype="multipart/form-data" id="myForm"> +
+
+
+ + +
Please provide.
+
+
+ +
+
+ + +
+
+ + +
+
+
+ +
+ + +
+ +
+ + +
+
+ + +
+ > + +
+
+ + +
+
+
+
+
+
+ + \ No newline at end of file