diff --git a/package.json b/package.json index ea1b12a3..ced333fa 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "animate.css": "^4.1.1", "bootstrap": "^4.0.0", "bootstrap-datepicker": "^1.7.1", + "chart.js": "^2.9.4", "dropzone": "^5.7.2", "epic-spinners": "^1.1.0", "flag-icon-css": "^3.5.0", diff --git a/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue b/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue new file mode 100644 index 00000000..3fc57ff1 --- /dev/null +++ b/resources/assets/vue/components/companies/elements/CompanyDetailsComponent.vue @@ -0,0 +1,133 @@ + + + \ No newline at end of file diff --git a/resources/assets/vue/components/companies/elements/CompanyListComponent.vue b/resources/assets/vue/components/companies/elements/CompanyListComponent.vue new file mode 100644 index 00000000..152dbecc --- /dev/null +++ b/resources/assets/vue/components/companies/elements/CompanyListComponent.vue @@ -0,0 +1,37 @@ + + + \ No newline at end of file diff --git a/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue b/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue new file mode 100644 index 00000000..c5d778fe --- /dev/null +++ b/resources/assets/vue/components/companies/sections/CompanyQuickViewSectionComponent.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/resources/views/pages/settings.blade.php b/resources/views/pages/settings.blade.php index 9976e62c..3eb33179 100644 --- a/resources/views/pages/settings.blade.php +++ b/resources/views/pages/settings.blade.php @@ -461,7 +461,7 @@
-
+
-
+
-
-
-
+
+
@@ -533,4 +532,11 @@
-@endsection \ No newline at end of file +@endsection + \ No newline at end of file