@extends('layouts.app')
@section('title', 'Create Election Session')
@section('content')
Create New Election Session
📋 Instructions
- • Set the date when the election will take place
- • Define the voting hours (start and end time)
- • Voters can only cast their votes during the specified time window
- • Each voter can vote only once per election session
@endsection