List of Pollings
@if(session('success'))
| ID | Polling Name | Polling Description | Start Date Time | End Date Time | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $polling->id }} | {{ $polling->polling_name }} | {!! $polling->polling_description !!} | {{ optional($polling->start_date_time)->format('Y-m-d') }} | {{ optional($polling->end_date_time)->format('Y-m-d') }} | {{ $polling->status == 1 ? 'Active' : 'Inactive' }} | Edit |