{{ __('messages.notification_template') }}
{{ html()->hidden('defaultNotificationTemplateMap[language]', 'en') }}
{{ html()->textarea('defaultNotificationTemplateMap[template_detail]')->class('form-control textarea tinymce-template')->id('notification_mytextarea') }}
{{ __('messages.mail_template') }}
{{ html()->text('defaultNotificationTemplateMap[mail_subject]',$data->defaultNotificationTemplateMap['mail_subject'] ?? '')->class('form-control') }}
{{ html()->hidden('defaultNotificationTemplateMap[status]', 1)->class('form-control') }}
{{ html()->hidden('defaultNotificationTemplateMap[language]', 'en') }}
{{ html()->textarea('defaultNotificationTemplateMap[mail_template_detail]')->class('form-control textarea tinymce-template')->id('mail_mytextarea') }}
{{ __('messages.sms_template') }}
{{ html()->text('defaultNotificationTemplateMap[sms_subject]',$data->defaultNotificationTemplateMap['sms_subject'] ?? '')->class('form-control') }}
{{ html()->hidden('defaultNotificationTemplateMap[status]', 1)->class('form-control') }}
{{ html()->hidden('defaultNotificationTemplateMap[language]', 'en') }}
{{ html()->textarea('defaultNotificationTemplateMap[sms_template_detail]')->class('form-control textarea tinymce-template')->id('sms_mytextarea') }}
{{ __('messages.whatsapp_template') }}
{{ html()->text('defaultNotificationTemplateMap[whatsapp_subject]',$data->defaultNotificationTemplateMap['whatsapp_subject'] ?? '')->class('form-control') }}
{{ html()->hidden('defaultNotificationTemplateMap[status]', 1)->class('form-control') }}
{{ html()->hidden('defaultNotificationTemplateMap[language]', 'en') }}
{{ html()->textarea('defaultNotificationTemplateMap[whatsapp_template_detail]')->class('form-control textarea tinymce-template')->id('whatsapp_mytextarea') }}