@extends('layouts.app') @section('title', 'Google Form Vote Importer') @section('content')

Admin / Google Form Importer

@if (session('error')) @endif
Import Suara dari Google Form
Gunakan fitur ini untuk memulihkan pemilih yang salah email
@csrf
@error('event_id')
{{ $message }}
@enderror
Mendukung format tab-separated (copy langsung dari Google Sheets/Excel) atau koma (CSV).
@error('raw_data')
{{ $message }}
@enderror
@endsection