@extends('layouts.app') @section('content')
No MP Coordinators found.
@else| # | Name | Phone | ID Number | Center | Created At | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($mpCoordinators->currentPage() - 1) * $mpCoordinators->perPage() }} | {{ $mp->name }} | {{ $mp->email ?? 'N/A' }} | {{ $mp->phone ?? 'N/A' }} | {{ $mp->id_number ?? 'N/A' }} | {{ $mp->center->name ?? '—' }} | {{ $mp->created_at ? $mp->created_at->format('Y-m-d') : '-' }} | Edit |