mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
11 lines
260 B
PHP
11 lines
260 B
PHP
@extends('layouts.spa')
|
|
|
|
@section('content')
|
|
<group-feed group-id="{{$id}}" path="{{$path}}" />
|
|
@endsection
|
|
|
|
@push('scripts')
|
|
<script type="text/javascript" src="{{ mix('js/groups.js') }}"></script>
|
|
<script type="text/javascript">App.boot();</script>
|
|
@endpush
|