@if(empty($headers))
1
@else
@endif
Upload File
@if(empty($headers))
2
@elseif(!empty($cleanData))
@else
2
@endif
Review Data
3
Compose & Send
{{ session('success') }}
{{ session('error') }}
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Ready to Send! You have {{ count($cleanData) }} valid phone numbers.
{{-- Data Tables --}} @if(!empty($cleanData) && count($cleanData) > 0)
Valid Recipients ({{ count($cleanData) }})
| {{ strtoupper($h) }} | @endforeach
|---|
| {{ $cell }} | @endforeach
| {{ $cell }} | @endforeach
Showing {{ $cleanData->firstItem() ?? 0 }} to {{ $cleanData->lastItem() ?? 0 }} of {{ $cleanData->total() }} entries
{{ $cleanData->appends(['problematic_page' => request('problematic_page')])->links('pagination::bootstrap-5') }}
Problematic Data ({{ count($problematicData) }})
These rows contain invalid phone numbers or missing data
| {{ strtoupper($h) }} | @endforeachIssue |
|---|---|
| {{ $cell }} | @endforeach{{ $row['reason'] }} |
| {{ $cell }} | @endforeach{{ $row['reason'] }} |