{{ $thisArtwork->title }} by {{ $thisArtwork->artist->name }}
{{-- End .thumb --}}
{{-- .header --}} {{-- End .product-owner --}}
@if($thisArtwork->id == $thisEpisode->artwork_id) Artwork Selected For @else Artwork Submitted For @endif
@if ($thisPodcast->published) {{ $thisPodcast->name }} @else {{ $thisPodcast->name }} @endif
@if ($thisEpisode->published) Episode {{ number_format($thisEpisode->episode_number + 0) }}
{{ $thisEpisode->episode_date->format('D, M j') }}{{ $thisEpisode->episode_date->format('S') }}{{ $thisEpisode->episode_date->format(', Y') }}
@else Episode {{ number_format($thisEpisode->episode_number + 0) }}
{{ $thisEpisode->episode_date->format('D, M j') }}{{ $thisEpisode->episode_date->format('S') }}{{ $thisEpisode->episode_date->format(', Y') }} @endif
{{-- action-wrapper --}}
{{-- End .content --}}