{{ $item->id }}| Usuario | Permiso | Fecha |
|---|---|---|
|
@if($share->user->avatar)
{{ $share->user->getInitials() }}
@endif
{{ $share->user->name }}
{{ $share->user->email }}
|
{{ $share->created_at->format('d/m/Y') }} |
| Grupo | Permiso | Fecha |
|---|---|---|
|
{{ $share->group->name }}
@if($share->group->description)
{{ $share->group->description }}
@endif
|
{{ $share->created_at->format('d/m/Y') }} |