@extends('layouts.admin.base') @section('page-title') Survey Analytics @endsection @section('content')
View and analyze survey responses and user participation data.
| Survey Name | Type | Status | Start Date | End Date | Total Responses | Actions |
|---|---|---|---|---|---|---|
|
{{ $survey->name }}
@if($survey->plan)
Incentive Survey @else Survey Only @endif |
@if($survey->plan) Incentive @else Data Collection @endif | @if($isActive) Active @else Inactive @endif | {{ \Carbon\Carbon::parse($survey->start_at)->format('M d, Y') }} | {{ \Carbon\Carbon::parse($survey->end_at)->format('M d, Y') }} | {{ $totalResponses }} |