@extends('layouts.master') @section('page-title', 'Approve Artwork') @section('meta_description', 'Approve Artwork to have it published for non-priviledged eyeballs to view.') @section('page-top')

Artwork Pending Approval

@endsection @section('page-content')
{{ $artworks->links() }}
@foreach ($podcasts as $podcast) @endforeach
@foreach ($artworks as $artwork) @php $thisArtwork = $artwork; $thisPodcast = $artwork->podcast; $thisEpisode = $artwork->episode; @endphp
{{ $thisArtwork->title }} by {{ $thisArtwork->artist->name }}

“{{ $thisArtwork->title }}”

{{-- End .header --}} {{-- End .product-owner --}}
@csrf
@endforeach
{{ $artworks->links() }}
@endsection