compose.blade.php 302 B

1234567891011
  1. @extends('layouts.blank')
  2. @section('content')
  3. <story-compose profile-id="{{auth()->user()->profile_id}}"></story-compose>
  4. @endsection
  5. @push('scripts')
  6. <script type="text/javascript" src="/js/story-compose.js?v={{time()}}"></script>
  7. <script type="text/javascript">window.App.boot()</script>
  8. @endpush