@extends('layouts.admin') @section('title', 'Users with Role: ' . $role->display_name) @section('content')
View all users assigned to this role
| Name | Status | Assigned Date | Actions | |
|---|---|---|---|---|
| {{ $user->first_name }} {{ $user->last_name }} | {{ $user->email }} | {{ ucfirst($user->status) }} | @if($user->pivot->created_at) {{ $user->pivot->created_at->format('M d, Y') }} @else N/A @endif | View |
|
No users assigned to this role |
||||