Email Log Details

View email communication details

Back to List
@if($log->status == 'sent') Sent Successfully @elseif($log->status == 'pending') Pending @else Failed @endif

{{ $log->to }}

{{ $log->subject }}

{!! nl2br(e($log->body)) !!}
@if($log->error_message)

{{ $log->error_message }}

@endif

{{ $log->created_at->format('Y-m-d H:i:s') }}

@if($log->sent_at)

{{ $log->sent_at->format('Y-m-d H:i:s') }}

@endif
@csrf @method('DELETE')