{{ __('List Email Templates') }}
-
@foreach ($emailTemplates as $emailTemplate)
- {{ $emailTemplate->created_at->toFormattedDateString() }}
-
{{ $emailTemplate->created_at->format('H:i A') }}
{{ $emailTemplate->email_hook->title }} ({{ $emailTemplate->email_hook->slug }})
{{ $emailTemplate->email_preference->title }}
{{ $emailTemplate->subject }}
@endforeach
Important Rules
For each email style or email preference that would be added to the system, make sure it has these hooks:
- ##SYSTEM_LOGO## - Will be replaced by logo from the admin settings.
- ##SYSTEM_APPLICATION_NAME## - Will be replaced by application name from admin settings.
- ##EMAIL_CONTENT## - Will be replaced by email message from email hook settings.
- ##EMAIL_FOOTER## - Will be replaced by email footer from email hook settings.