{{ activeNotification.data.body }}
+ +{{ activeNotification.data.type }} | {{ activeNotification.data.created_at_date }} at {{ activeNotification.data.created_at_time }}
+{{ message }}
+ diff --git a/src/resources/js/Components/Forms/InputLabel.vue b/src/resources/js/Components/Forms/InputLabel.vue new file mode 100644 index 0000000..8b267e4 --- /dev/null +++ b/src/resources/js/Components/Forms/InputLabel.vue @@ -0,0 +1,20 @@ + + + + + diff --git a/src/resources/js/Components/Forms/RadioInput.vue b/src/resources/js/Components/Forms/RadioInput.vue new file mode 100644 index 0000000..3390464 --- /dev/null +++ b/src/resources/js/Components/Forms/RadioInput.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/src/resources/js/Components/Forms/TextInput.vue b/src/resources/js/Components/Forms/TextInput.vue new file mode 100644 index 0000000..e859dd9 --- /dev/null +++ b/src/resources/js/Components/Forms/TextInput.vue @@ -0,0 +1,28 @@ + + + + + diff --git a/src/resources/js/Components/Forms/Textarea.vue b/src/resources/js/Components/Forms/Textarea.vue new file mode 100644 index 0000000..09263ac --- /dev/null +++ b/src/resources/js/Components/Forms/Textarea.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/src/resources/js/Components/LanguageSwitcher.vue b/src/resources/js/Components/LanguageSwitcher.vue new file mode 100644 index 0000000..cb11112 --- /dev/null +++ b/src/resources/js/Components/LanguageSwitcher.vue @@ -0,0 +1,52 @@ + + + +