We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec54b5 commit 2f7f559Copy full SHA for 2f7f559
resources/views/torrent/partials/collection.blade.php
@@ -1,5 +1,5 @@
1
<div class="panel__body collection-posters" style="padding: 5px">
2
- @if ($meta?->collections->isNotEmpty() && $torrent->category->movie_meta)
+ @if ($meta?->collections?->isNotEmpty() && $torrent->category->movie_meta)
3
@foreach ($meta?->collections?->first()?->movies as $movie)
4
<x-movie.poster :$movie :categoryId="$movie->torrents_min_category_id" />
5
@endforeach
0 commit comments