@extends('layouts.app') @section('content')

Bilik Suara — {{ $period->name }}

@if(session('error'))
{{ session('error') }}
@endif @if(!$period->votingIsOpen())
Voting belum aktif.
@else
@csrf @foreach($candidates as $c) @endforeach
Keluar @csrf
@endif @endsection