{{ empty($this->template_bot->id) ? t('create_template_bot') : t('edit_template_bot') }}
{{ empty($this->template_bot->id) ? t('create_template_bot') : t('edit_template_bot') }}
{{-- template bot card --}}

{{ t('template_bot') }}

*
*
@foreach (\App\Enums\WhatsAppTemplateRelationType::getRelationtype() as $key => $relationType) @endforeach
{{-- template_name --}}
*
@foreach ($this->templates as $template) @endforeach
*
@foreach (\App\Enums\WhatsAppTemplateRelationType::getReplyType() as $key => $replyType) @endforeach
{{-- variables --}}

{{ t('variables') }}

{{-- Header section --}}
@if ($errors->has('headerInputs.*')) @endif
{{-- Body section --}}
@if ($errors->has('bodyInputs.*')) @endif
{{-- Footer section --}}
@if ($errors->has('footerInputs.*')) @endif
{{-- preview --}}

{{ t('preview') }}

{{ t('document_uploaded') }}

{{ empty($this->template_bot->id) ? t('save') : t('update_button') }}
@push('scripts') @endpush