@extends('layouts.admin') @section('title', 'Export Data') @section('header', 'Export Survey Data') @section('subheader', 'Download raw survey responses') @section('header-actions') Download CSV @endsection @section('content') @include('company.partials.survey-selector')

Export Information

{{ $responseStats['total_responses'] }}
Total Responses
{{ $survey->questions()->count() }}
Questions
CSV
Export Format

Response Breakdown

@include('company.partials.response-stats')

What's Included in Export

  • Response ID (anonymous identifier)
  • Completion timestamp
  • All question responses (one column per question)
  • No personally identifiable information

Privacy Protection

Exported data is anonymized. Individual respondents cannot be identified from the exported data. Please handle the exported data responsibly and in accordance with your organization's data policies.

@endsection