From 1b145ab4eac74d84594b838e2486221f4542b0b4 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 26 May 2018 16:42:47 -0600 Subject: [PATCH] Update personal timeline view --- resources/views/timeline/personal.blade.php | 33 ++++++++++++++++----- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/resources/views/timeline/personal.blade.php b/resources/views/timeline/personal.blade.php index 42a993494..b66381ad7 100644 --- a/resources/views/timeline/personal.blade.php +++ b/resources/views/timeline/personal.blade.php @@ -1,9 +1,13 @@ @extends('layouts.app') +@push('scripts') + +@endpush + @section('content')
-
+
@if ($errors->any())
    @@ -13,10 +17,19 @@
@endif - + {{----}}
-
New Status Post
-
+
New Post
+
@csrf
@@ -27,16 +40,20 @@
- +
- @foreach($timeline as $item) - @include('status.template') + @foreach($timeline as $item) - @endforeach + @include('status.template') + + @endforeach +
+
+ {{$timeline->links()}}