From a5a6eaba6e15c84775bd8c369d5b926cc2867ec0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 3 Feb 2019 14:53:58 -0700 Subject: [PATCH] Add stories compose view --- resources/views/stories/home.blade.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/views/stories/home.blade.php diff --git a/resources/views/stories/home.blade.php b/resources/views/stories/home.blade.php new file mode 100644 index 000000000..adbd7cc81 --- /dev/null +++ b/resources/views/stories/home.blade.php @@ -0,0 +1,13 @@ +@extends('layouts.app') + +@section('content') + +@endsection + +@push('scripts') + +@endpush \ No newline at end of file