diff --git a/site/resources/views/artworks/card.blade.php b/site/resources/views/artworks/card.blade.php index 159bf52..790e9e3 100644 --- a/site/resources/views/artworks/card.blade.php +++ b/site/resources/views/artworks/card.blade.php @@ -1,6 +1,9 @@
- + name) @section('page-top')
@@ -33,19 +33,18 @@ {{-- end bio sidebar --}}
-
-
- @foreach ($artworks as $artwork) - @php - $thisArtwork = $artwork; - $thisPodcast = $artwork->podcast; - $thisEpisode = $artwork->episode; - @endphp -
- @include('artworks.card') -
- @endforeach -
+
+ @foreach ($artworks as $artwork) + @php + $thisArtwork = $artwork; + $thisPodcast = $artwork->podcast; + $thisEpisode = $artwork->episode; + @endphp +
+ @include('artworks.card') +
+ @endforeach +
{{-- end artist content --}}