{{ html()->hidden('id',null) }}
{{ html()->hidden('type', $data->type ?? '')->attribute('id', 'type_hidden') }}
Type field is required
@if(isset($buttonTypes)) @include('notificationtemplate::backend.notificationtemplates.perameters-buttons',['buttonTypes' => $buttonTypes]) @endif
User type field is required

status) == 1 ? 'checked' : '' }} />
{{ html()->hidden("defaultNotificationTemplateMap[language]",'en') }}
{{ html()->text("defaultNotificationTemplateMap[notification_subject]",null) ->class('form-control notification_subject') ->attribute('id', "en-notification_subject") ->value($data->defaultNotificationTemplateMap->notification_subject ?? '') }}
{{ html()->textarea("defaultNotificationTemplateMap[notification_template_detail]",null) ->class('form-control textarea') ->attribute('id', "notification_textarea") ->value($data->defaultNotificationTemplateMap->notification_template_detail ?? '') }}
{{ 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()->textarea("defaultNotificationTemplateMap[template_detail]",null) ->class('form-control textarea') ->attribute('id', "mytextarea") ->value($data->defaultNotificationTemplateMap->template_detail ?? '') }}