@include('profile.partials.single-artist-card')
{{-- end bio sidebar --}}
@foreach ($artworks as $artwork)
@php
$thisArtwork = $artwork;
$thisPodcast = $artwork->podcast;
$thisEpisode = $artwork->episode;
@endphp
@include('artworks.card')
@endforeach
{{-- end artist content --}}