@extends('layouts.admin') @section('title', 'Survey Management') @section('page-title', 'Survey Management') @section('content')
Operations / Surveys
| Survey Title | Target Audience | Questions | Timeline | Participation | Actions |
|---|---|---|---|---|---|
| {{ $survey->title }} {{ Str::limit($survey->description, 100) }} | {{ $survey->target_type }} | {{ $survey->questions_count }} |
Start: {{ $survey->start_date ? \Carbon\Carbon::parse($survey->start_date)->format('d M Y') : 'Immediate' }}
End: {{ $survey->end_date ? \Carbon\Carbon::parse($survey->end_date)->format('d M Y') : 'Indefinite' }}
|
View Results | |
| No surveys created yet. Click "Create Survey" to build a questionnaire. | |||||