2025-01-10 07:47:18 +00:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
|
|
|
|
|
*
|
|
|
|
|
* Licensed under The MIT License
|
|
|
|
|
* Redistributions of files must retain the above copyright notice.
|
|
|
|
|
*
|
|
|
|
|
* @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
|
|
|
|
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
|
|
|
|
*/
|
|
|
|
|
?>
|
2025-11-11 07:51:18 +00:00
|
|
|
<?= __d('cake_contact_us', "Hi {0}", isset($contactUsFormSubmission->name) ? $contactUsFormSubmission->name : '') ?>,
|
2025-01-10 07:47:18 +00:00
|
|
|
|
|
|
|
|
<?= __d('cake_contact_us','We have received your message. We will be in touch soon.') ?>
|
|
|
|
|
|
|
|
|
|
<?= __d('cake_contact_us', 'Thank you') ?>,
|