diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index b07d4a3f3..663e85cf3 100644
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
@@ -7,15 +7,14 @@
-
-
{{ $title or config('app.name', 'Laravel') }}
-
-
+ {{ $title ?? config('app.name', 'Laravel') }}
+
+
+
-
@stack('meta')
@@ -34,5 +33,14 @@
@include('layouts.partial.footer')
@stack('scripts')
+ @if(Auth::check())
+
+
+
+ @include('timeline.partial.new-form')
+
+
+
+ @endif