@extends('layouts/contentNavbarLayout') @section('title', 'Admin - User Management') @section('content')
| Name | Roles | Joined At | Actions | |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | @foreach($user->roles as $role) {{ $role->name }} @endforeach | {{ $user->created_at->format('d M Y') }} |
|