Email Templates

Please update below information to update your Request Category

@foreach ($templates as $item) @include('livewire.whitelabel.components.email-templates.template-list-item') @endforeach @if ($modal === 'add') @livewire('whitelabel.add-email-template') @elseif ($modal === 'edit') @livewire('whitelabel.add-email-template', ['template' => $template]) @endif @include('livewire.whitelabel.components.email-templates.avail-variables-modal')