Browse Source

Add profile story view

Daniel Supernault 5 years ago
parent
commit
ca68cf78b7
1 changed files with 11 additions and 0 deletions
  1. 11 0
      resources/views/profile/story.blade.php

+ 11 - 0
resources/views/profile/story.blade.php

@@ -0,0 +1,11 @@
+@extends('layouts.app')
+
+@section('content')
+<story-viewer pid="{{$pid}}"></story-viewer>
+@endsection
+
+@push('scripts')
+<script type="text/javascript" src="{{mix('js/compose.js')}}"></script>
+<script type="text/javascript" src="{{mix('js/profile.js')}}"></script>
+<script type="text/javascript">App.boot();</script>
+@endpush