feat: prepping launch
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<div class="slider slider-activation-banner-4 slick-gutter-15 slick-pagination-50">
|
||||
@foreach($recentEpisodes as $recentEpisode)
|
||||
@if ($recentEpisode->artwork)
|
||||
@include('home.hero.slider.slide')
|
||||
@php
|
||||
$thisArtwork = $recentEpisode->artwork;
|
||||
$thisEpisode = $recentEpisode;
|
||||
$thisPodcast = $recentEpisode->podcast;
|
||||
@endphp
|
||||
@include('artworks.card')
|
||||
@endif
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user