\ No newline at end of file
diff --git a/resources/components/form/email.blade.php b/resources/components/form/email.blade.php
new file mode 100644
index 0000000..5e0083a
--- /dev/null
+++ b/resources/components/form/email.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/components/form/password.blade.php b/resources/components/form/password.blade.php
new file mode 100644
index 0000000..2fde082
--- /dev/null
+++ b/resources/components/form/password.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/components/form/select.blade.php b/resources/components/form/select.blade.php
new file mode 100644
index 0000000..5d4a79b
--- /dev/null
+++ b/resources/components/form/select.blade.php
@@ -0,0 +1,42 @@
+
+
+
+
+@section('page-scripts')
+ @css(select2)
+ @js(select2,autofocus)
+
+
+@append
\ No newline at end of file
diff --git a/resources/components/form/text.blade.php b/resources/components/form/text.blade.php
new file mode 100644
index 0000000..7858650
--- /dev/null
+++ b/resources/components/form/text.blade.php
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/resources/components/success.blade.php b/resources/components/success.blade.php
new file mode 100644
index 0000000..6edb2db
--- /dev/null
+++ b/resources/components/success.blade.php
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/themes/adminlte/views/auth/login.blade.php b/resources/themes/adminlte/views/auth/login.blade.php
index 9494c9e..6e7c53e 100644
--- a/resources/themes/adminlte/views/auth/login.blade.php
+++ b/resources/themes/adminlte/views/auth/login.blade.php
@@ -76,11 +76,20 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -102,4 +111,18 @@
-@endsection
\ No newline at end of file
+@endsection
+
+@section('page-scripts')
+
+
+
+
+@append
\ No newline at end of file
diff --git a/resources/themes/adminlte/views/layouts/auth.blade.php b/resources/themes/adminlte/views/layouts/auth.blade.php
index c3bf5de..6357dcd 100644
--- a/resources/themes/adminlte/views/layouts/auth.blade.php
+++ b/resources/themes/adminlte/views/layouts/auth.blade.php
@@ -27,6 +27,8 @@
})
})
+
+ @yield('page-scripts')
@show