File: /var/www/html/belairhomeloan.com/wp-content/plugins/wp-ses/view/sidebar.php
<?php
$url_args = array(
	'utm_campaign' => 'WP+Offload+SES+Upgrade',
);
?>
<div class="wposes-sidebar">
	<a class="wposes-banner" href="<?php echo $this->dbrains_url( '/wp-offload-ses/pricing/', $url_args ); ?>"></a>
	<div class="wposes-upgrade-details">
		<h1><?php _e( 'Upgrade', 'wp-offload-ses' ); ?></h1>
		<h3><?php _e( 'Get a bundle of features with an upgrade to WP Offload SES', 'wp-offload-ses' ); ?></h3>
		<ul>
			<li><?php _e( 'Email support', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Open and click reporting', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Auto-retry email sending failures', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Manually retry email sending failures', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Manually resend any sent emails', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Search for any email', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'View a specific email', 'wp-offload-ses' ); ?></li>
			<li><?php _e( 'Analyze engagement for a specific email', 'wp-offload-ses' ); ?></li>
		</ul>
	</div>
	<div class="wposes-discount subscribe block">
		<h2 style="text-align:center; font-weight: normal;"><?php _e( 'Get 20% off your first year of WP Offload SES!', 'wp-offload-ses' ); ?></h2>
		<h3>
			<a href="<?php echo $this->dbrains_url( 'wp-offload-ses/pricing/', $url_args ); ?>" class="wposes-discount-btn">
				<?php _e( 'Get The Discount', 'wp-offload-ses' ); ?>
			</a>
		</h3>
		<p class="wposes-discount-applied">
			<?php _e( '* Discount applied automatically', 'wp-offload-ses' ); ?>
		</p>
		<div class="wposes-testimonial">
			<h3 class="wposes-handle">
				@markdavoli
				<span class="wposes-rating">
					<?php $sidebar_star = $this->plugins_url( 'assets/img/icon-sidebar-star.svg' ); ?>
					<img src="<?php echo $sidebar_star; ?>" alt="*"/>
					<img src="<?php echo $sidebar_star; ?>" alt="*"/>
					<img src="<?php echo $sidebar_star; ?>" alt="*"/>
					<img src="<?php echo $sidebar_star; ?>" alt="*"/>
					<img src="<?php echo $sidebar_star; ?>" alt="*"/>
				</span>
			</h3>
			<p class="wposes-quote">"Great plugin for WordPress in combination with rock solid Amazon SES for sending email reliably."</p>
		</div>
	</div>
</div>