@extends('backend.layouts.master') @section('title') Log Email #{{ $log->id }} - {{ $campaign->title }} @endsection @section('content')

Détail Email envoyé - Campagne : {{ $campaign->title }}

← Retour aux logs
ID {{ $log->id }}
Destinataire {{ $log->recipient?->user?->firstname ?? '-' }}
Email {{ $log->email }}
Envoyé le {{ $log->sent_at?->format('d/m/Y H:i') ?? '-' }}
Contexte / Statut {{ $log->context ?? '-' }}
Contenu envoyé
{!! $log->content !!}
@endsection