@lang('admin::app.marketing.communications.templates.edit.title') {!! view_render_event('bagisto.admin.marketing.communications.templates.edit.before', ['template' => $template]) !!} {!! view_render_event('bagisto.admin.marketing.communications.templates.edit.edit_form_controls.before', ['template' => $template]) !!}

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

@lang('admin::app.marketing.communications.templates.edit.back-btn')
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.content.before', ['template' => $template]) !!}
@lang('admin::app.marketing.communications.templates.create.content')
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.content.after', ['template' => $template]) !!}
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.card.accordion.general.before', ['template' => $template]) !!}

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

@lang('admin::app.marketing.communications.templates.edit.name') @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', ['template' => $template]) !!}
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.edit_form_controls.before', ['template' => $template]) !!}
{!! view_render_event('bagisto.admin.marketing.communications.templates.edit.after', ['template' => $template]) !!}