@forelse ($lists as $index=> $list ) @empty @endforelse
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.
@if($lists->lastPage() > 1) {{ $lists->links() }} @endif @if($lists->total() < 10)

Showing {{ $lists->firstItem() }} to {{ $lists->lastItem() }} of {{ $lists->total() }} results

@else

@endif
Loading...