|
{{ $label }}
@if($sortField === $key)
@if($sortDirection === 'asc')
↑
@else
↓
@endif
@endif
|
@else
Estado
|
@endif
@endif
@endforeach
Acciones | |||||
|---|---|---|---|---|---|---|---|
|
@if($user->profile_photo_path)
<<<<<<< HEAD
@else
|
@endif
@if($columns['username']) {{ $user->username }} @else N/A @endif |
@if($columns['email'])
{{ $user->email }}
@else
N/A
@endif
|
@if($columns['phone'])
{{ $user->phone ?? 'N/A' }}
@else
N/A
@endif
|
@if($columns['access_start']) {{ $user->access_start?->format('d/m/Y') }} @else N/A @endif | @if($columns['created_at']) {{ $user->created_at->format('d/m/Y H:i') }} @else N/A @endif | @if($columns['is_active']) {{ $user->is_active ? 'Activo' : 'Inactivo' }} @else N/A @endif |