pixelfed/resources/views/stories/compose.blade.php

11 lines
300 B
PHP
Raw Normal View History

2019-12-31 23:17:10 +00:00
@extends('layouts.blank')
@section('content')
2020-01-07 05:25:52 +00:00
<story-compose profile-id="{{auth()->user()->profile_id}}"></story-compose>
2019-12-31 23:17:10 +00:00
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/story-compose.js') }}"></script>
<script type="text/javascript">window.App.boot()</script>
@endpush