@extends('layouts.app') @section('title', 'Platform Users') @section('page-title', 'Platform Users') @section('breadcrumb', 'Platform Admin / Users') @section('content')
| Name | Role | Status | Last Login | |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ str_replace('-', ' ', $user->role?->slug ?? '—') }} | {{ $user->last_login_at?->format('M d, Y H:i') ?? '—' }} |