diff --git a/resources/views/layouts/anon.blade.php b/resources/views/layouts/anon.blade.php
new file mode 100644
index 00000000..4621b821
--- /dev/null
+++ b/resources/views/layouts/anon.blade.php
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $title or config('app.name', 'Laravel') }}
+
+ @if(isset($title))
+
+
+
+ @endif
+
+ @stack('meta')
+
+
+
+
+
+
+
+ @stack('styles')
+
+
+ @include('layouts.partial.noauthnav')
+
+ @yield('content')
+
+ @include('layouts.partial.footer')
+
+ @stack('scripts')
+
+