2018-12-09 23:06:34 +00:00
|
|
|
@extends('layouts.app')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
2019-11-24 23:13:48 +00:00
|
|
|
<timeline scope="local" layout="feed"></timeline>
|
2018-12-09 23:06:34 +00:00
|
|
|
|
2020-01-29 07:00:09 +00:00
|
|
|
<noscript>
|
|
|
|
<div class="container">
|
|
|
|
<p class="pt-5 text-center lead">Please enable javascript to view this content.</p>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
|
2018-12-09 23:06:34 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@push('scripts')
|
2019-02-11 05:49:23 +00:00
|
|
|
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
|
2019-03-26 04:22:25 +00:00
|
|
|
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
2020-01-29 07:00:09 +00:00
|
|
|
<script type="text/javascript">window.App.boot()</script>
|
2018-12-09 23:06:34 +00:00
|
|
|
@endpush
|