@extends('layouts.master') @section('page-top')

Artwork for {{ $artwork->podcast->name }} {{ number_format($artwork->episode->episode_number + 0) }}

@endsection @section('page-content')
{{ $artwork->title }} by {{ $artwork->artist->name }} for {{ $artwork->podcast->title }}

“{{ $artwork->title }}”

By {{ $artwork->artist->name }}

{{ $artwork->episode->artwork_id == $artwork->id ? 'Selected' : 'Submitted' }} for {{ $artwork->podcast->name }}
Episode {{ number_format($artwork->episode->episode_number + 0) }}, {{ $artwork->episode->episode_date->format('l, F j') }}{{ $artwork->episode->episode_date->format('S') }}, {{ $artwork->episode->episode_date->format('Y') }}

@if ($artwork->description)

Description

{{ $artwork->description }}

@endif Download Full Scale Image Download 512px Square Thumbnail View Artist Profile View This Episode View {{ $artwork->podcast->name }} Podcast
@endsection