@extends('layouts.admin') @section('title', 'Citizens') @section('content')
Manage all citizens registered under your center.
All Citizens
+ Add Citizen| Citizen | Contact | Community | KYC | Document | Actions |
|---|---|---|---|---|---|
|
{{ $citizen->name }}
|
{{ $citizen->email }}
{{ $citizen->mobile_no ?: '—' }}
|
{{ $citizen->community ?: '—' }} | @if($citizen->kyc_verified) ✅ Verified @else ⏳ Pending @endif | @if(is_array($citizen->documents) && count($citizen->documents)) @foreach($citizen->documents as $key => $docPath) 📂 {{ $key }} @endforeach @else No document @endif | |
| No citizens registered yet. | |||||