@extends('layouts.app') @section('title', 'Polls') @section('page-title', 'Polls') @section('breadcrumb', 'Products') @section('content')
Polls created here can be used in SuperLive to boost live class engagement. To enable SuperLive, contact your account manager.

Polls

Create and manage polls to engage your audience.

Create
Filters Export
@if($polls->count())
@foreach($polls as $poll) @endforeach
Title Poll Type Status Created Actions

{{ $poll->title }}

@if($poll->description)

{{ $poll->description }}

@endif
{{ $poll->pollTypeLabel() }} {{ ucfirst($poll->status) }} {{ $poll->created_at->format('M d, Y') }}
@csrf @method('DELETE')
{{ $polls->links() }}
@else

Start Creating Polls

Boost engagement with interactive polls. Create your first poll now.

Create
@endif
@endsection