@extends('layouts.app') @section('title', 'Email Templates') @section('page-title', 'Email Templates') @push('styles') @endpush @section('content') {{-- Global Email Settings --}}
Edit subject and body. Use @{{token_name}} tokens shown in each template.
| Recipient | Template | Subject | Status | Sent At |
|---|---|---|---|---|
| {{ $log->recipient_email }} | {{ $templateNames[$log->template_key] ?? $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. | ||||