@extends('layouts.master') @section('page-top') Submitted Artwork Home Explore Artwork @endsection @section('page-content') {{ $artworks->links() }} View All @foreach ($podcasts as $podcast) {{ $podcast->name }} @endforeach @foreach ($artworks as $artwork) "{{ $artwork->title }}" Artist Profile Episode Submissions Episode Details Report {{-- .header --}} Artwork By{{ $artwork->artist->name }} {{-- End .product-owner --}} {{ $artwork->id == $artwork->episode->artwork_id ? 'Selected' : 'Submitted' }} for {{ $artwork->podcast->name }} Episode {{ number_format($artwork->episode->episode_number) }} {{-- action-wrapper --}} @endforeach {{ $artworks->links() }} @endsection