@extends('frontend.layouts.app')
@section('title', 'Bilik Suara — ' . $event->name)
@section('page-style')
@endsection
@section('content')
{{-- Ballot Header --}}
{{-- Errors --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- Candidate Grid --}}
@forelse($candidates as $candidate)
{{-- Photo --}}
@if($candidate->photo_path)
 }})
@else
@endif
{{ $candidate->sort_order }}
{{-- Info --}}
{{ $candidate->name }}
@empty
Belum Ada Kandidat
Panitia belum menambahkan kandidat untuk pemilihan ini.
@endforelse
{{-- Profile Modal --}}