@extends('layouts::admin') @section('page_title', 'Import Participants') @section('page_subtitle', 'Upload and validate participant data in bulk') @section('content')
Select the program and upload your CSV or Excel file. Columns required: name, email, phone, course_slug
No imports yet. Upload a file above to get started.
@else| Description | Imported | Duplicates | Errors | By | Date |
|---|---|---|---|---|---|
| {{ $log->description }} | {{ $meta['imported'] ?? '—' }} | {{ $meta['duplicates'] ?? '—' }} | {{ $meta['errored'] ?? '—' }} | {{ $log->user?->name ?? '—' }} | {{ $log->created_at->format('M d, Y H:i') }} |