@extends('web.layouts.app', ['title' => 'CEO Dashboard']) @section('content')
| User | Roles | Grant |
|---|---|---|
| {{ $user->username }} | {{ $user->staffRoles->pluck('name')->join(', ') ?: '-' }} |
{{ $log->action }} actor #{{ $log->actor_id }} {{ $log->created_at?->diffForHumans() }}
@endforeach