@if(env('FACEBOOK_CLIENT_ID') && env('FACEBOOK_CLIENT_SECRET') && env('FACEBOOK_REDIRECT'))
diff --git a/resources/views/auth/forms/email.blade.php b/resources/views/auth/forms/email.blade.php
deleted file mode 100644
index 877cae6..0000000
--- a/resources/views/auth/forms/email.blade.php
+++ /dev/null
@@ -1,25 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/views/auth/forms/login.blade.php b/resources/views/auth/forms/login.blade.php
deleted file mode 100644
index cc82472..0000000
--- a/resources/views/auth/forms/login.blade.php
+++ /dev/null
@@ -1,74 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/views/auth/forms/register.blade.php b/resources/views/auth/forms/register.blade.php
deleted file mode 100644
index b746770..0000000
--- a/resources/views/auth/forms/register.blade.php
+++ /dev/null
@@ -1,92 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/views/auth/forms/reset.blade.php b/resources/views/auth/forms/reset.blade.php
deleted file mode 100644
index b1f895a..0000000
--- a/resources/views/auth/forms/reset.blade.php
+++ /dev/null
@@ -1,65 +0,0 @@
-
\ No newline at end of file
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index 0b7c09e..08ed1a6 100644
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
@@ -3,16 +3,19 @@
@section('title', 'Login')
@section('content')
-
-
-
-
-
-
- @include('auth.forms.login')
+
+
+
+
+
+
+
+
+ @include('auth.components.forms.login')
+
+
-
-
+
@endsection
diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php
index 5c93b87..07668a5 100644
--- a/resources/views/auth/passwords/email.blade.php
+++ b/resources/views/auth/passwords/email.blade.php
@@ -3,17 +3,20 @@
@section('title', 'Forgot Password')
@section('content')
-
-
-
-
-
-
- @include('auth.components.notifications.success')
- @include('auth.forms.email')
+
+
+
+
+
+
+
+
+ @include('auth.components.notifications.success')
+ @include('auth.components.forms.email')
+
+
-
-
+
@endsection
diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php
index 29f990c..ff79a38 100644
--- a/resources/views/auth/passwords/reset.blade.php
+++ b/resources/views/auth/passwords/reset.blade.php
@@ -3,16 +3,19 @@
@section('title', 'Reset Password')
@section('content')
-
-
-
-
-
-
- @include('auth.forms.reset')
+
+
+
+
+
+
+
+
+ @include('auth.components.forms.reset')
+
+
-
-
+
@endsection
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php
index eaae099..90b9f09 100644
--- a/resources/views/auth/register.blade.php
+++ b/resources/views/auth/register.blade.php
@@ -3,16 +3,19 @@
@section('title', 'Register')
@section('content')
-
-
-
-
-
-
- @include('auth.forms.register')
+
+
+
+
+
+
+
+
+ @include('auth.components.forms.register')
+
+
-
-
+
@endsection
diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php
index bc94910..e6648f5 100644
--- a/resources/views/layouts/admin.blade.php
+++ b/resources/views/layouts/admin.blade.php
@@ -14,9 +14,10 @@
- @include('admin.components.nav.navbar')
-
- @yield('content')
+
+ @include('admin.components.nav.navbar')
+ @yield('content')
+
diff --git a/resources/views/layouts/public.blade.php b/resources/views/layouts/public.blade.php
index 4331ac4..61a6c57 100644
--- a/resources/views/layouts/public.blade.php
+++ b/resources/views/layouts/public.blade.php
@@ -4,6 +4,7 @@
+
{{ config('app.name', 'Laravel') }}
@@ -21,4 +22,4 @@
@stack('scripts')
-