ID @if($sortBy === 'id') @if($sortDirection === 'asc') @else @endif @else @endif | NAME @if($sortBy === 'name') @if($sortDirection === 'asc') @else @endif @else @endif | EMAIL ADDRESS @if($sortBy === 'email') @if($sortDirection === 'asc') @else @endif @else @endif | PHONE @if($sortBy === 'phone') @if($sortDirection === 'asc') @else @endif @else @endif | STATUS | ROLE | ACTION |
---|---|---|---|---|---|---|
{{ $list->id }} | {{$list->name }} | {{ $list->email}} | {{$list->phone}} | @if ($list->status === 'active') Active @else Inactive @endif | @if ($list->role === 'user') User @elseif ($list->role === 'admin') Admin @endif | @if($isAdmin) Edit Delete @endif |
No User found. |
Showing {{ $lists->firstItem() }} to {{ $lists->lastItem() }} of {{ $lists->total() }} results
@else @endif