@extends('layouts.admin') @section('title', 'Survey Response Report') @section('page-title', 'Survey Report') @section('content')
{{ $survey->description ?: 'No description provided.' }}
| Choice Option | Votes | Pct % |
|---|---|---|
| {{ $option }} | {{ $votes }} | {{ $pct }}% |