@extends('layouts.app') @section('title', 'Email Templates') @section('page-title', 'Email Templates') @section('content') {{-- Global Email Settings --}}
Edit subject and body. Use @{{token_name}} tokens shown in each template.
{!! '{{' . e($token) . '}}' !!}
@endforeach
| Recipient | Template | Subject | Status | Sent At |
|---|---|---|---|---|
| {{ $log->recipient_email }} | {{ $log->template_key }} |
{{ $log->subject }} | @if($log->status === 'sent') Sent @else Failed @endif | {{ $log->sent_at->format('d M Y, h:i A') }} |
| No emails sent yet. | ||||