{{ html()->hidden('id',null) }}
Type field is required
@if(isset($buttonTypes)) @include('notificationtemplate::backend.notificationtemplates.perameters-buttons',['buttonTypes' => $buttonTypes]) @endif
status) == 1 ? 'checked' : '' }} />



{{ html()->text("defaultNotificationTemplateMap[subject]",null,) ->class('form-control') ->value($data->defaultNotificationTemplateMap->subject ?? '') ->required() }} {{ html()->hidden("defaultNotificationTemplateMap[status]",1) ->class('form-control') }}
Subject field is required
{{ html()->hidden("defaultNotificationTemplateMap[language]",'en') }}
{{ html()->textarea("defaultNotificationTemplateMap[template_detail]",null) ->class('form-control textarea') ->attribute('id', "mytextarea") ->value($data->defaultNotificationTemplateMap->template_detail ?? '') }}
{{ html()->text("defaultNotificationTemplateMap[notification_message]",null) ->class('form-control notification_message') ->attribute('id', "en-notification_message") ->value($data->defaultNotificationTemplateMap->notification_message ?? '') }}
{{ html()->text("defaultNotificationTemplateMap[notification_link]",null) ->class('form-control notification_link') ->attribute('id', "en-notification_link") ->value($data->defaultNotificationTemplateMap->notification_link ?? '') }}