[Back]
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
?>
<div class="os-booking-limit-reached">
	<div class="os-booking-limit-reached-i">
		<h3><?php esc_html_e('Limit Reached!', 'latepoint'); ?></h3>
		<?php esc_html_e('You have reached the limit for reservations allowed per customer. Please contact us if you wish to modify your existing appointment.', 'latepoint'); ?>
	</div>
</div>