@if(count($users) > 0) @foreach($users as $item) @endforeach @else @endif
Name Email Contact Status Last Login Action

@if($item->profile_image !='') @else @endif {{ ucwords($item->first_name.' '.$item->last_name) }}

{{ $item->email }} @if($item->is_email_verified ==0) Email is not Verified @endif @if($item->phone_number !=null) @if($item->primary_phone_code !=null)+{{$item->primary_phone_code}}-@endif {{ $item->phone_number }} @else N/A @endif @if($item->status ==1) Active @endif @if($item->status ==0) Pending @endif {{Techsaga::lastLogin($item->id)}}

oops data not found!

{!! $users->render() !!}