{{ $page_title }}
Pie/Donut Chart
Line Chart
Tabulated Data
{{-- {{ json_encode($dates) }} --}}
@foreach ($sources as $key => $source)
@endforeach
| Name | Phone | Company | Source | Collection | Owners | Status | Created At | Updated At | |
|---|---|---|---|---|---|---|---|---|---|
| No Data Found | |||||||||
| {{ $entry->first_name }} {{ $entry->last_name }} | {{ $entry->email }} | {{ $entry->phone }} |
@if ($entry->company)
@else
---
@endif
|
{{ $entry->source }} | {{ $entry->collection->name }} |
@if ($entry->ownerships->count() > 0)
|
@if ($entry->is_converted) Converted @else {{ $entry->status }} @endif | {{ $entry->created_at }} | {{ $entry->updated_at }} |