@extends('layouts.admin.base') @section('page-title') Survey Responses - {{ $survey->name }} @endsection @section('content')
Individual user responses to the survey questions.
| User | Country | Response Date | Actions | |
|---|---|---|---|---|
|
{{ $user->name }}
ID: {{ $user->id }} |
{{ $user->email }} | {{ $user->country ?? 'N/A' }} | {{ \Carbon\Carbon::parse($responseDate)->format('M d, Y H:i') }} |
Showing {{ $responses->count() }} user responses