diff --git a/.idea/php.xml b/.idea/php.xml
index 7796eee8..92d3d61e 100644
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -108,12 +108,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/.idea/telemele.iml b/.idea/telemele.iml
index 11035498..238aebdf 100644
--- a/.idea/telemele.iml
+++ b/.idea/telemele.iml
@@ -28,6 +28,7 @@
+
@@ -40,6 +41,7 @@
+
@@ -58,6 +60,8 @@
+
+
@@ -92,18 +96,27 @@
+
+
+
+
+
+
+
+
+
diff --git a/app/User.php b/app/User.php
index b66b448d..8bb0d6d0 100644
--- a/app/User.php
+++ b/app/User.php
@@ -21,7 +21,11 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
- 'name', 'email', 'password', 'phone','username'
+ 'name',
+ 'email',
+ 'password',
+ 'phone',
+ 'username'
];
/**
diff --git a/public/assets/js/index.js b/public/assets/js/index.js
index 1ddb890a..bd870ebe 100644
--- a/public/assets/js/index.js
+++ b/public/assets/js/index.js
@@ -84,4 +84,4 @@ $(document).on('ready', function() {
slideRight();
});
slideInitial();
-});
\ No newline at end of file
+});
diff --git a/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php b/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php
index b3c8725d..c0157099 100644
--- a/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php
+++ b/resources/views/vendor/backpack/base/inc/sidebar_content.blade.php
@@ -27,7 +27,15 @@
Yokardaky reklama
-
+
+ Mahabat Nyrhanama
+
+
+
Subscription
- User Subscriptions
\ No newline at end of file
+ User Subscriptions
diff --git a/resources/views/web/layouts/app.blade.php b/resources/views/web/layouts/app.blade.php
index f106126a..ae04cfab 100644
--- a/resources/views/web/layouts/app.blade.php
+++ b/resources/views/web/layouts/app.blade.php
@@ -30,7 +30,6 @@
-
+
@yield('after_scripts')