diff --git a/app/Ship/Contracts/SeoTitleInterface.php b/app/Ship/Contracts/SeoTitleInterface.php
new file mode 100644
index 0000000..4b2e67c
--- /dev/null
+++ b/app/Ship/Contracts/SeoTitleInterface.php
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/componentss/shared/pageResource/PageResourceList.vue b/resources/js/componentss/shared/pageResource/PageResourceList.vue
index 5c797a7..bf1c277 100644
--- a/resources/js/componentss/shared/pageResource/PageResourceList.vue
+++ b/resources/js/componentss/shared/pageResource/PageResourceList.vue
@@ -21,25 +21,36 @@
-
+
@@ -54,9 +65,10 @@
import axios from "axios";
import {Link} from "@inertiajs/vue3";
import BasicIcon from "@/componentss/ui/icons/BasicIcon.vue";
+import BasicCarousel from "@/componentss/shared/carousel/BasicCarousel.vue";
export default {
name: "PageResourceList",
- components: {BasicIcon, axios, Link },
+ components: {BasicCarousel, BasicIcon, axios, Link },
data() {
return {
resource: null,