1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-09 13:52:32 +00:00
pixelfed/resources/views/groups/show.blade.php

11 lines
260 B
PHP
Raw Normal View History

2024-07-09 23:54:58 -06:00
@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