@extends('layouts.app') @section('title', $survey->title) @section('content')
{{ $survey->description }}
@if($survey->estimated_minutes)This survey links to an external page.
{{ $survey->survey_url }}You've already completed this survey!
You earned ${{ number_format($survey->reward, 2) }}
By clicking "Mark as Complete", you confirm you have completed this survey.