feat: prepping launch
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
{{-- End .section-title --}}
|
||||
<div class="slider slick-activation-001 slick-gutter-15 slick-pagination-50">
|
||||
@foreach ($recentSubmissions as $recent)
|
||||
@include('home.recents.card')
|
||||
@php
|
||||
$thisArtwork = $recent;
|
||||
$thisPodcast = $recent->podcast;
|
||||
$thisEpisode = $recent->episode;
|
||||
@endphp
|
||||
@include('artworks.card')
|
||||
@endforeach
|
||||
{{-- End .slick-activation-01 --}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user