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

List of Leads

@foreach ($result as $tck) @endforeach
ID First Name Last Name Phone Home Phone Mobile Phone Other Do Not Call Primary Address Street Primary Address State Primary Address Postal code Primary Address Country Converted Lead Source LeadSource Description Status Status Description Date Entered Date Modified
{{$tck->LeadId}} {{$tck->FirstName}} {{$tck->LastName}} {{$tck->PhoneHome}} {{$tck->PhoneMobile}} {{$tck->PhoneOther}} {{$tck->DoNotCall}} {{$tck->PrimaryAddressStreet}} {{$tck->PrimaryAddressState}} {{$tck->PrimaryAddressPostalcode}} {{$tck->PrimaryAddressCountry}} {{$tck->Converted}} {{$tck->LeadSource}} {{$tck->LeadSourceDescription}} {{$tck->Status}} {{$tck->StatusDescription}} {{$tck->DateEntered}} {{$tck->DateModified}}
@endsection