@extends('layouts.app') @section('content')
| # | Name | Phone | ID Number | Center | Actions | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->name }} | {{ $user->email ?? 'N/A' }} | {{ $user->phone ?? 'N/A' }} | {{ $user->id_number ?? 'N/A' }} | {{ $user->center->name ?? '—' }} | Edit |
| No Recce Agents found. | ||||||