Segment
{{ $batch->segment->name ?? 'N/A' }}
Created
{{ $batch->created_at->format('M j, Y') }}
{{ $batch->created_at->format('g:i A') }}
Last Exported
@if($batch->last_exported_at){{ $batch->last_exported_at->format('M j, Y') }}
{{ $batch->last_exported_at->format('g:i A') }}
@elseNot exported yet
@endif| Name | Organization | Type | Valid | Exported | |
|---|---|---|---|---|---|
| {{ $item->email->email }} | {{ $item->email->full_name ?? '-' }} | {{ $item->email->org_name ?? '-' }} |
|
@if($item->email->valid)
|
@if($item->exported_at) {{ $item->exported_at->format('M j, Y g:i A') }} @else Pending @endif |