@extends("common.layout") @section("header") @endsection @section("content")

{{ $service == 'ielts' ? "인강" : "어학원" }} 발송 내역

$service ]) }}" class="search-form" id="payment-form" method="GET"> @csrf
{{ $list->total() }}
@foreach ($list as $item ) @php $dispatch = $item->sms_template_id == 0 ? $item->smsDispatches : $item->smsTemplate->smsDispatches; @endphp @endforeach
번호 전송일시 메세지 구분 유형 구분 제목 문자내용 수신자 발신자 상태 관리
{{ $item->id }} @if ($item->is_reservation) 예약발송
@endif {{ $item->reservation_at }}
$dispatch?->message_type == 'talk' , 'badge-success' => $dispatch?->message_type == 'sms' ])> {!! $dispatch?->message_type == "sms" ? '' : '' !!} {{ $dispatch?->message_type == "talk" ? "알림톡" : "문자" }} {{ strtoupper($dispatch?->dispatch_type) }}
{{ $dispatch?->name }}
@if ($item->attachments || $item->smsTemplate?->attachments) @endif {{ $dispatch?->message }}
{{ number_format($item->smsRecipients->count()) }} {{ $dispatch?->send_number }} {{ $sendStatus[$item->status]['text'] }} @if ($item->status == "PART_FAIL") (N 명) @endif
@endsection @push("script") @endpush