{{ $row->fullname }}

{{ $row->username }}
{{-- @if($row->getRoleNames()->isNotEmpty())

{{ implode(', ', $row->getRoleNames()->toArray()) }}

@else

No roles assigned

@endif --}}
  • Status @if ($row->status) Aktif @else Non Aktif @endif
  • Bergabung {{ datejoin($row->created_at) }}