@extends('layout.with-main') @section('title')
| {{ __('poll.title') }} | {{ __('common.date') }} | {{ __('forum.state') }} | {{ __('common.action') }} |
|---|---|---|---|
| {{ $poll->title }} | @if ($poll->expires_at?->isPast()) {{ __('forum.closed') }} @else {{ __('forum.open') }} @endif |