CHANGE_logo_fix_final - VADIVEL J 2025-09-16
This commit is contained in:
parent
e69442d495
commit
af8be11774
@ -519,5 +519,10 @@ $routes->get("getAddOnPolicy", "EmployeeRestController::getAddOnPolicy");
|
|||||||
$routes->post("addEmployeeAndDependence", "EmployeeRestController::addEmployeeAndDependence");
|
$routes->post("addEmployeeAndDependence", "EmployeeRestController::addEmployeeAndDependence");
|
||||||
$routes->post("getPreEmployeePolicyCount", "EmployeeRestController::getPreEmployeePolicyCount");
|
$routes->post("getPreEmployeePolicyCount", "EmployeeRestController::getPreEmployeePolicyCount");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// notification mail template
|
||||||
$routes->get('notification_mail_header',"NotificationController::notification_mail_header");
|
$routes->get('notification_mail_header',"NotificationController::notification_mail_header");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -280,6 +280,7 @@ class NotificationController extends AdminController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This function for load the mail header in notification mail template
|
||||||
public function notification_mail_header(){
|
public function notification_mail_header(){
|
||||||
|
|
||||||
$params = [];
|
$params = [];
|
||||||
|
|||||||
@ -13,6 +13,7 @@ use App\Models\PolicyPremium2Model;
|
|||||||
use App\Models\MailAttachmentModel;
|
use App\Models\MailAttachmentModel;
|
||||||
use Kint\Kint;
|
use Kint\Kint;
|
||||||
|
|
||||||
|
// send mail notification
|
||||||
class sendMailNotification
|
class sendMailNotification
|
||||||
{
|
{
|
||||||
public static function sendMailNotification($action, $params)
|
public static function sendMailNotification($action, $params)
|
||||||
|
|||||||
@ -26,5 +26,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user