@extends('master') @section('content')
| {{ __('uum.name') }} | {{ __('uum.email') }} | {{ __('uum.role') }} | {{ __('uum.registered') }} | |
|---|---|---|---|---|
| {{ $u->name }} | {{ $u->email }} | {{ $u->roles()->count() ? ucfirst($u->roles()->first()->name) : 'No Role Assigned' }} | {{ $u->created_at->diffForHumans() }} | @if($u->id != Auth::id()) @endif |