@extends('layouts.master') @section('page-title', 'Submitted Artwork') @section('page-top')

Submitted Artwork

@endsection @section('page-content')

NOTE: Still working out some bugs, episodes 1613-1616 will be added later today after the show. You can find those submissions here: https://noagenda.dev/old/

{{ $artworks->links() }}
@foreach ($podcasts as $podcast) @endforeach
@foreach ($artworks as $artwork) @php $thisArtwork = $artwork; $thisPodcast = $artwork->podcast; $thisEpisode = $artwork->episode; @endphp
@include('artworks.card')
@endforeach
{{ $artworks->links() }}
@endsection