Upload a CSV file to import nurses with their basic information
| Row | Action | Nurse ID | Name | |
|---|---|---|---|---|
| {{ $record['row'] }} | @if($record['action'] === 'created') Created @else Updated @endif | {{ $record['nurse_id'] }} | {{ $record['nurse_name'] }} | {{ $record['email'] }} |