From c477cf9a9b976f250f32900cd6f589f18e3fc859 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 15 Apr 2018 19:55:48 -0600 Subject: [PATCH] Add personal timeline blade template --- resources/views/timeline/personal.blade.php | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 resources/views/timeline/personal.blade.php diff --git a/resources/views/timeline/personal.blade.php b/resources/views/timeline/personal.blade.php new file mode 100644 index 000000000..206c00853 --- /dev/null +++ b/resources/views/timeline/personal.blade.php @@ -0,0 +1,29 @@ +@extends('layouts.app') + +@section('content') + +
+
+ +
+
New Status Post
+
+
+
+ + +
+
+ + +
+ +
+
+
+ +
+
+ + +@endsection \ No newline at end of file