1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-28 10:46:49 +00:00
pixelfed/resources/views/admin/reports/home.blade.php

13 lines
197 B
PHP
Raw Normal View History

2019-01-31 21:24:20 +00:00
@extends('admin.partial.template-full')
2018-08-24 00:58:41 +00:00
@section('section')
</div>
<admin-reports />
2018-08-24 00:58:41 +00:00
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({ el: '#panel'});
</script>
@endpush