@extends('layouts.app') @section('title', 'PACA Constituencies') @section('page-title', 'PACA — Constituencies') @section('content')
| Constituency | Region | MP | Seat | NPP % | NDC % | |
|---|---|---|---|---|---|---|
| {{ $c->name }} | {{ $c->region?->name }} | {{ $c->mp_name ?: '—' }} | {{ $c->seat_label }} | {{ $c->npp_vote_pct ? $c->npp_vote_pct.'%' : '—' }} | {{ $c->ndc_vote_pct ? $c->ndc_vote_pct.'%' : '—' }} | |
| No constituencies yet. | ||||||