= icon('rss-fill', [
'class' => ' mr-2 bg-orange-500 text-xl text-white group-hover:bg-orange-700 p-1 w-6 h-6 inline-flex items-center justify-center rounded-lg',
]) . lang('Podcast.feed') ?>
socialPlatforms, 'is_visible'), true)
): ?>
= lang('Podcast.find_on', [
'podcastTitle' => $podcast->title,
]) ?>
socialPlatforms as $socialPlatform): ?>
is_visible): ?>
= anchor(
esc($socialPlatform->link_url),
icon($socialPlatform->type . ':' . $socialPlatform->slug),
[
'class' => 'text-2xl text-skin-muted hover:text-skin-base w-8 h-8 items-center inline-flex justify-center',
'target' => '_blank',
'rel' => 'noopener noreferrer',
'data-tooltip' => 'bottom',
'title' => $socialPlatform->label,
],
) ?>
podcastingPlatforms, 'is_visible'), true)
): ?>
= lang('Podcast.listen_on') ?>
podcastingPlatforms as $podcastingPlatform): ?>
is_visible): ?>
= anchor(
esc($podcastingPlatform->link_url),
icon(sprintf('%s:%s', $podcastingPlatform->type, $podcastingPlatform->slug)),
[
'class' => 'text-2xl text-skin-muted hover:text-skin-base w-8 h-8 items-center inline-flex justify-center',
'target' => '_blank',
'rel' => 'noopener noreferrer',
'data-tooltip' => 'bottom',
'title' => $podcastingPlatform->label,
],
) ?>