{{-- Title of the page --}} @lang('admin::app.marketing.communications.templates.edit.title') {!! view_render_event('bagisto.admin.marketing.communications.templates.edit.before') !!} {{-- Input Form --}} {!! view_render_event('bagisto.admin.marketing.communications.templates.edit.edit_form_controls.before') !!}

@lang('admin::app.marketing.communications.templates.edit.title')

{{-- Cancel Button --}} @lang('admin::app.marketing.communications.templates.edit.back-btn') {{-- Save Button --}}
{{-- body content --}}
{{-- Left sub-component --}}
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.content.before') !!} {{--Content --}}
{{-- Template Textarea --}} @lang('admin::app.marketing.communications.templates.create.content')
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.content.after') !!}
{{-- Right sub-component --}}
{{-- General --}} {!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.accordion.general.before') !!}

@lang('admin::app.marketing.communications.templates.edit.general')

{{-- Template Name --}} @lang('admin::app.marketing.communications.templates.edit.name') {{-- Template Status --}} @lang('admin::app.marketing.communications.templates.edit.status') @php $selectedOption = old('status') ?: $template->status @endphp @foreach (['active', 'inactive', 'draft'] as $state) @endforeach
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.accordion.general.after') !!}
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.edit_form_controls.before') !!}
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.after') !!}