<?php
/**
 * @var $field
 *
 */
?>
<tr valign="top">
    <th scope="row"><?php echo esc_html($field['title']); ?></th>
    <td>
        <button type="button" id="btn-nip-finder-manage-licence" data-url="<?php echo esc_url( $manage_licence_url ?? '' ); ?>" class="button"><?php esc_html_e( 'Kup/Odnów licencję', 'nip-finder' ); ?></button>
        <?php if (!empty($field['desc'])) : ?>
            <p class="description"><?php echo esc_html($field['desc']); ?></p>
        <?php endif; ?>
    </td>
</tr>
