@if($canCreate || $canUpdate)
|
|
# | {{ strtoupper(__('labels.name')) }} | {{ __('labels.description') }} | |
|---|---|---|---|---|
|
|
{{ $index + 1 }} |
@if ($group->logo_path)
{{ strtoupper(substr($group->name, 0, 2)) }}
@endif
{{ $group->name }} |
@if($group->description)
{{ Str::limit($group->description, 30, '...') }}
@else
-
@endif
|