Manage Polling Stations

@csrf

@foreach($pollingStations as $pollingStation) @endforeach
# Polling Station Name Male Count Female Count Voter Count Actions
{{ $loop->iteration }} {{ $pollingStation->polling_station_name }} {{ $pollingStation->males_count }} {{ $pollingStation->females_count }} {{ $pollingStation->voters_count }}
@csrf @method('DELETE')