@extends('layouts.header') @section('content') @php //print_r($AssignedToList); //print_r($Results); $ContactsList=$Results['Results']; $primaryKeyName=$Results['PrimarykeyName']; @endphp
@php @endphp @if(count($ContactsList)!=0) @endif

Open Contact from the list.

@endsection('content')