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 +
+