Browse Source

Add story compose blade view

Daniel Supernault 5 năm trước cách đây
mục cha
commit
2189dfb5f6
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      resources/views/stories/compose.blade.php

+ 11 - 0
resources/views/stories/compose.blade.php

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