{{ Form::hidden('id',null) }}

@if(isset($buttonTypes)) @include('notificationtemplate::backend.notificationtemplates.perameters-buttons',['buttonTypes' => $buttonTypes]) @endif



{{ Form::text("defaultNotificationTemplateMap[subject]",null,['class' => 'form-control']) }} {{ Form::hidden("defaultNotificationTemplateMap[status]",1,['class' => 'form-control']) }}
{{ Form::hidden("defaultNotificationTemplateMap[language]",'en') }}
{{ Form::textarea("defaultNotificationTemplateMap[template_detail]",null,['class' => 'form-control textarea','id' => "mytextarea"]) }}
{{ Form::text("defaultNotificationTemplateMap[notification_message]",null,['class' => 'form-control notification_message','id' => "en-notification_message"]) }}
{{ Form::text("defaultNotificationTemplateMap[notification_link]",null,['class' => 'form-control notification_link','id' => "en-notification_link"]) }}