From 4694382ed8f1763362ada397aee79efeb79e0a00 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 16 Apr 2018 19:25:05 -0600 Subject: [PATCH] Update personal timeline blade template --- resources/views/timeline/personal.blade.php | 23 ++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/resources/views/timeline/personal.blade.php b/resources/views/timeline/personal.blade.php index 206c00853..42a993494 100644 --- a/resources/views/timeline/personal.blade.php +++ b/resources/views/timeline/personal.blade.php @@ -4,24 +4,41 @@
+ @if ($errors->any()) +
+
    + @foreach ($errors->all() as $error) +
  • {{ $error }}
  • + @endforeach +
+
+ @endif
New Status Post
-
+ + @csrf
- +
- +
+
+ @foreach($timeline as $item) + @include('status.template') + + @endforeach +
+