@extends('admin.layouts.app') @section('title', '메일 이력 상세') @section('page_title', '메일 이력 상세') @section('page_desc', '배치 및 수신자별 상세') @push('head') @endpush @section('content') @php $statusLabel = $labels ?? []; $modeLabel = $modeLabels ?? []; $sent = (int)($batch->sent_count ?? 0); $total = (int)($batch->valid_count ?? $batch->total_count ?? 0); @endphp
| Seq | 수신자 | 상태 | 제출시간 | 제목 | 요약 |
|---|---|---|---|---|---|
| {{ $it->seq }} | {{ $it->to_email }} | {{ $statusLabel[(string)$it->status] ?? $it->status }} | {{ $it->sent_at ?? '-' }} | ||
| 상세 데이터가 없습니다. | |||||