@extends('layouts.app') @section('content')
No ICT Agents found.
@else| # | Name | Center | Phone | Created At | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $agent->name }} | {{ $agent->email ?? 'N/A' }} | {{ $agent->center->name ?? '—' }} | {{ $agent->phone ?? 'N/A' }} | {{ $agent->created_at ? $agent->created_at->format('Y-m-d') : '-' }} | {{-- Actions --}}{{-- Hide actions for admins --}} @if($agent->role !== 'admin') Edit @else Admin @endif |