Upload a CSV to schedule multiple posts at once.
Select your CSV file
Columns: date, time, timezone, platform, caption, media_filename, hashtags, status
{{ $err }}
@endforeach{{ $this->validCount }} valid row(s) out of {{ count($rows) }} total.
| Status | Date | Time | Platform | Caption | Hashtags | Message |
|---|---|---|---|---|---|---|
| @if($row['_status'] === 'valid') Valid @elseif($row['_status'] === 'imported') Imported @else Error @endif | {{ $row['date'] ?? '' }} | {{ $row['time'] ?? '' }} | {{ $row['platform'] ?? '' }} | {{ \Illuminate\Support\Str::limit($row['caption'] ?? '', 60) }} | {{ $row['hashtags'] ?? '' }} | {{ $row['_message'] ?? '' }} |