diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..e7e9d11
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,2 @@
+# Default ignored files
+/workspace.xml
diff --git a/.idea/laravel-version-8.iml b/.idea/laravel-version-8.iml
new file mode 100644
index 0000000..60a8943
--- /dev/null
+++ b/.idea/laravel-version-8.iml
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..28a804d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..262efcd
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100644
index 0000000..bf78847
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/admin/order/create.blade.php b/resources/views/admin/order/create.blade.php
index a75817b..3d8921d 100644
--- a/resources/views/admin/order/create.blade.php
+++ b/resources/views/admin/order/create.blade.php
@@ -11,7 +11,9 @@
diff --git a/resources/views/admin/order/edit.blade.php b/resources/views/admin/order/edit.blade.php
index ef61cdc..5aad895 100644
--- a/resources/views/admin/order/edit.blade.php
+++ b/resources/views/admin/order/edit.blade.php
@@ -11,7 +11,9 @@
diff --git a/resources/views/admin/order/index.blade.php b/resources/views/admin/order/index.blade.php
index 3844ea1..56e5bc1 100644
--- a/resources/views/admin/order/index.blade.php
+++ b/resources/views/admin/order/index.blade.php
@@ -10,7 +10,8 @@
@section('content')
diff --git a/resources/views/admin/product/create.blade.php b/resources/views/admin/product/create.blade.php
index a75817b..05d07f6 100644
--- a/resources/views/admin/product/create.blade.php
+++ b/resources/views/admin/product/create.blade.php
@@ -11,7 +11,9 @@
diff --git a/resources/views/admin/product/edit.blade.php b/resources/views/admin/product/edit.blade.php
index 5702a20..7d92a8d 100644
--- a/resources/views/admin/product/edit.blade.php
+++ b/resources/views/admin/product/edit.blade.php
@@ -11,8 +11,10 @@