@extends('layouts.dashboard') @section('styles') @endsection @section('content')
| User | Role | Joined Date | Actions |
|---|---|---|---|
{{ $user->name }}{{ $user->email }} |
{{ ucfirst($user->role) }} | {{ $user->created_at->format('M d, Y') }} |
|