@extends('layouts.app') @section('title', 'Users Management') @section('content')
| User | Company | Role | Status | Created | Actions |
|---|---|---|---|---|---|
|
@if($user->company)
{{ $user->company->name }}
@else
No Company
@endif
|
{{ $user->getRoleNames()->first() }} | Active | {{ $user->created_at->format('M d, Y') }} |