@extends('layouts.platform') @section('title','Kelola '.$company->name) @section('content')
| Pengguna | Role | Status | Login terakhir | Aksi |
|---|---|---|---|---|
| {{ $user->name }} {{ $user->email }} | {{ $user->roleLabel() }} | {{ strtoupper($user->status) }} | {{ $user->last_login_at?->diffForHumans() ?? 'Belum pernah' }} | |
| Belum ada user admin tenant. | ||||