@extends('layouts.admin') @section('content')

Edit email template

Manage the subject line, HTML content, and email type for this stored template.
Back to templates
@csrf @method('PUT')
Template details
Internal reference code used by the system.
Use the stored merge placeholders supported by your mail rendering service.
Cancel

Test emails can be sent to any external email address, as long as your current SMTP settings are valid.
@csrf

Preview

{{ session('preview_subject') ?: $template->subject }}
{!! session('preview_html') ?: $template->html_body !!}
@endsection