@extends('layouts.app') @section('content')
| ID | Name | Username / Email | Type | Clinic | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $user->id }} | {{ $user->name }} | {{ $user->email }} | {{ $user->typeLabel() }} | {{ $user->clinic ?: '—' }} | {{ optional($user->created_at)->format('Y-m-d') ?? '—' }} | Edit |
| No users found. | ||||||