extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('headerRight') ?> endSection() ?> section('content') ?>
submit_url === ''): ?> slug), 'text-skin-muted text-4xl', $platform->type ) ?> submit_url, icon( esc($platform->slug), 'text-skin-muted text-4xl', $platform->type ), [ 'class' => 'text-skin-muted hover:text-skin-base', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-tooltip' => 'bottom', 'title' => lang('Platforms.submit_url', [ 'platformName' => $platform->label, ]), ], ) ?>
home_url, icon('external-link', 'mx-auto'), [ 'class' => 'flex-1 text-skin-muted hover:text-skin-base', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-tooltip' => 'bottom', 'title' => lang('Platforms.home_url', [ 'platformName' => $platform->label, ]), ]) ?> submit_url ? anchor($platform->submit_url, icon('add', 'mx-auto'), [ 'class' => 'flex-1 text-skin-muted hover:text-skin-base', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-tooltip' => 'bottom', 'title' => lang('Platforms.submit_url', [ 'platformName' => $platform->label, ]), ]) : '' ?>
link_url ? anchor( route_to( 'podcast-platform-remove', $podcast->id, esc($platform->slug), ), icon('delete-bin', 'mx-auto'), [ 'class' => 'absolute right-0 p-1 bg-red-100 rounded-full text-red-700 hover:text-red-900', 'data-tooltip' => 'bottom', 'title' => lang('Platforms.remove', [ 'platformName' => $platform->label, ]), ], ) : '' ?>
label ?> type}") ?>" />
endSection() ?>