@extends('layouts.header') @section('content')

List of Contacts

@foreach ($result as $tck) @endforeach
ID First Name Last Name Phone Home Phone Mobile Phone Other Work Phone Number Primary Address Street Primary Address State Primary Address Postal code Primary Address Country Shipping Address Street Shipping Address City ContactSource Description Status Status Description Date Entered Date Modified
{{$tck->ContactId}} {{$tck->FirstName}} {{$tck->LastName}} {{$tck->PhoneNumberHome}} {{$tck->PhoneNumberMobile}} {{$tck->PhoneNumberOther}} {{$tck->PhoneNumberWork}} {{$tck->PrimaryAddressStreet}} {{$tck->PrimaryAddressState}} {{$tck->PrimaryAddressPostalcode}} {{$tck->PrimaryAddressCountry}} {{$tck->ShippingAddressStreet}} {{$tck->ContactSource}} {{$tck->ContactSourceDescription}} {{$tck->Status}} {{$tck->StatusDescription}} {{$tck->DateEntered}} {{$tck->DateModified}}
@endsection