= $platform->link_url ? anchor(
route_to(
'podcast-platform-remove',
$platform->podcast_id,
$platform->type,
$platform->slug,
),
icon('delete-bin-fill', [
'class' => 'mx-auto',
]),
[
'class' => 'absolute right-0 top-0 -mt-4 -mr-4 p-2 border-red-700 border-2 bg-red-100 rounded-full text-red-700 hover:text-red-900',
'data-tooltip' => 'bottom',
'title' => lang('Platforms.remove', [
'platformName' => $platform->label,
]),
],
)
: '' ?>
= icon(
sprintf('%s:%s', $platform->type, $platform->slug),
[
'class' => 'text-skin-muted text-4xl',
],
) ?>
= $platform->label ?>