extend('_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> id, $platformType), [ 'class' => 'flex flex-col max-w-md', ]) ?>
submit_url, icon( $platform->type . '/' . $platform->slug, 'text-gray-600 text-4xl', ), [ 'class' => 'mb-1 text-gray-600 hover:text-gray-900', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-toggle' => 'tooltip', 'data-placement' => 'bottom', 'title' => lang('Platforms.submit_url', [ 'platformName' => $platform->label, ]), ], ) ?>
home_url, icon('external-link', 'mx-auto'), [ 'class' => 'flex-1 text-gray-600 hover:text-gray-900', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-toggle' => 'tooltip', 'data-placement' => 'bottom', 'title' => lang('Platforms.home_url', [ 'platformName' => $platform->label, ]), ]) ?> submit_url ? anchor($platform->submit_url, icon('add', 'mx-auto'), [ 'class' => 'flex-1 text-gray-600 hover:text-gray-900', 'target' => '_blank', 'rel' => 'noopener noreferrer', 'data-toggle' => 'tooltip', 'data-placement' => 'bottom', 'title' => lang('Platforms.submit_url', [ 'platformName' => $platform->label, ]), ]) : '' ?>
link_url ? anchor( route_to( 'podcast-platform-remove', $podcast->id, $platform->slug, ), icon('delete-bin', 'mx-auto'), [ 'class' => 'absolute right-0 p-1 bg-red-200 rounded-full text-red-700 hover:text-red-900', 'data-toggle' => 'tooltip', 'data-placement' => 'bottom', 'title' => lang('Platforms.remove', [ 'platformName' => $platform->label, ]), ], ) : '' ?> label, $platform->slug, [ 'class' => 'font-semibold mb-2', ]) ?> $platform->slug . '_link_url', 'name' => 'platforms[' . $platform->slug . '][url]', 'class' => 'form-input mb-1 w-full', 'value' => old($platform->slug . '_link_url', $platform->link_url), 'type' => 'url', 'placeholder' => 'https://...', ]) ?> $platform->slug . '_link_content', 'name' => 'platforms[' . $platform->slug . '][content]', 'class' => 'form-input mb-1 w-full', 'value' => old( $platform->slug . '_link_content', $platform->link_content, ), 'type' => 'text', 'placeholder' => lang("Platforms.description.{$platform->type}"), ]) ?>
'primary'], ['type' => 'submit', 'class' => 'self-end'], ) ?> endSection() ?>