Update collection view

This commit is contained in:
Daniel Supernault 2022-03-08 21:00:21 -07:00
parent 218cf84041
commit fa01c8924a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 7 additions and 7 deletions

View File

@ -4,12 +4,12 @@
<div class="container">
<collection-component
collection-id="{{$collection->id}}"
collection-title="{{$collection->title}}"
collection-description="{{$collection->description}}"
collection-visibility="{{$collection->visibility}}"
profile-id="{{$collection->profile_id}}"
profile-username="{{$collection->profile->username}}"
collection-id="{{$collection['id']}}"
collection-title="{{$collection['title']}}"
collection-description="{{$collection['description']}}"
collection-visibility="{{$collection['visibility']}}"
profile-id="{{$collection['pid']}}"
profile-username="{{$collection['username']}}"
></collection-component>
</div>
@ -30,4 +30,4 @@
<script type="text/javascript" src="{{mix('js/compose.js')}}" async></script>
<script type="text/javascript" src="{{mix('js/collections.js')}}"></script>
<script type="text/javascript">App.boot()</script>
@endpush
@endpush