<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
/**
 * Also Available block.
 *
 * @since 1.7.8
 *
 * @var array $blocks All educational content blocks.
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>
<div class="wpforms-panel-content-also-available">
	<?php
	foreach ( $blocks as $key => $block ) :

		if ( empty( $block['show'] ) ) {
			continue;
		}

		$slug  = strtolower( $key );
		$class = ! empty( $block['class'] ) ? $block['class'] : '';
		?>

		<div class="wpforms-panel-content-also-available-item <?php echo sanitize_html_class( "wpforms-panel-content-also-available-item-{$slug}" ); ?>">
			<div class='wpforms-panel-content-also-available-item-logo'>
				<img src="<?php echo esc_url( $block['logo'] ); ?>" alt="<?php echo esc_attr( $block['title'] ); ?>">
			</div>

			<div class='wpforms-panel-content-also-available-item-info'>
		