@extends('layouts.survey') @section('title', $project->name . ' — Public Feedback') @push('styles') @endpush @section('content') {{-- Hero ---------------------------------------------------------------}}

{{ $project->name }}

{{ $project->tagline }}

@foreach($project->target_audience ?? [] as $aud) {{ $aud }} @endforeach
{{-- Description --------------------------------------------------------}} @if($project->description)
About This Project

{{ $project->description }}

@endif {{-- Purpose -----------------------------------------------------------}} @if($project->purpose)
What We Want to Learn

{{ $project->purpose }}

@endif {{-- Campaign message --------------------------------------------------}} @if($project->campaign_message)
{{ $project->campaign_message }}
@endif {{-- CTA --------------------------------------------------------------}}
Start Feedback
Your responses are kept private and used only for research.
Back to Projects
@endsection