Pie/Donut Chart

Line Chart

Tabulated Data

{{-- {{ json_encode($dates) }} --}}
@foreach ($sources as $key => $source)
@if (count($data[$source]) == 0) @else @foreach ($data[$source] as $entry) @endforeach @endif
Name Email 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)

User Image {{ $entry->company }}

@else --- @endif
{{ $entry->source }} {{ $entry->collection->name }} @if ($entry->ownerships->count() > 0)
    @foreach ($entry->ownerships as $owner) @php $owner_user = $owner; @endphp
  • {{ $owner_user->given_names }} {{ $owner_user->surname }}
  • @endforeach
@else No Owner @endif
@if ($entry->is_converted) Converted @else {{ $entry->status }} @endif {{ $entry->created_at }} {{ $entry->updated_at }}
@endforeach
@script @endscript