extend('admin/_layout') ?> section('title') ?> endSection() ?> section('pageTitle') ?> endSection() ?> section('content') ?> id), [ 'class' => 'flex flex-col max-w-md', ]) ?>
icon_filename, 'w-full mb-1') ?>
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('upload', '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('platforms-remove', $podcast->id, $platform->id), 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->name, [ 'class' => 'font-semibold mb-2', ]) ?> $platform->name, 'name' => 'platforms[' . $platform->name . '][url]', 'class' => 'form-input mb-1 w-full', 'value' => old($platform->name, $platform->link_url), 'type' => 'url', 'placeholder' => 'https://...', ]) ?>
'primary'], ['type' => 'submit', 'class' => 'self-end'] ) ?> endSection() ?>