@php
$emailTemplateReg = get_email_template('registration');
$emailTemplatePass = get_email_template('forget_password');
$emailTemplatePlanRequest = get_email_template('plan_request');
$emailTemplatePlanAccepted = get_email_template('plan_accepted');
$emailTemplatePlanExpire = get_email_template('plan_expired');
@endphp