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

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

@if($item->phone_number !=null) @if($item->primary_phone_code !=null)+{{$item->primary_phone_code}}-@endif {{ $item->phone_number }} @else N/A @endif {{ $item->email }} {{ $item->title }} @if($item->status ==1) Active @endif @if($item->status ==0) Pending @endif

oops data not found!

{{ $users->links() }}