@extends('layouts.admin') @section('title', 'Active Survey') @section('header', $survey->title) @section('subheader', 'Active Survey') @section('header-actions') Invite Users @endsection @section('content')

Survey Information

{{ $survey->description ?? 'No description' }}

{{ $survey->estimated_minutes ?? 10 }} minutes

{{ $survey->responses_count ?? 0 }}

Active

@endsection