@extends('layouts.admin.base') @section('page-title') Survey Analytics - {{ $survey->name }} @endsection @section('content')
Detailed analysis of survey responses and user participation.
Total Responses
Participation Rate
Total Users
Questions
Survey Type:
@if($survey->plan)
Incentive Survey
Plan: {{ $survey->plan->name }}
@else
Data Collection Only
@endif
Duration: {{ \Carbon\Carbon::parse($survey->start_at)->format('M d, Y') }} - {{ \Carbon\Carbon::parse($survey->end_at)->format('M d, Y') }}
Status: @if(\Carbon\Carbon::now()->between($survey->start_at, $survey->end_at)) Active @else Inactive @endif
Created: {{ \Carbon\Carbon::parse($survey->created_at)->format('M d, Y H:i') }}
Type: {{ $question['type'] }} | Total Responses: {{ $question['total_responses'] }}
{{ $demo->count }} users