Total QR Scan
{{ $totalQrScans }}
Total QR Created
{{ $totalQrCretaed }}
Total QR project
{{ $totalQrProjects }}
Total QR Registered
{{ $totalRegisterQrs }}
Customer Details
Name
{{ $customer->name }}
Rogger Business Card - Tap to share
Country Origin
{{ $customer->country_origin ?? '' }}
Industry
{{ $customer->industry ?? '' }}
Description
{{ $customer->pdescription ?? '' }}
Top Map Function by Qr
Name
Count
{{ $name }}
{{ $function['count'] }}
@endforeach
Countries - Top 10
@php $total = array_sum(array_column($countries, 'count')); @endphp @foreach ($countries as $country) @php $percentage = ($country['count'] / $total) * 100; @endphp{{ $country['name'] }}
({{ round($percentage, 2) }}%)
States - Top 10
@php $total = array_sum(array_column($states, 'count')); @endphp @foreach ($states as $state) @php $percentage = ($state['count'] / $total) * 100; @endphp{{ $state['name'] }}
({{ round($percentage, 2) }}%)
Cities - Top 10
@php $total = array_sum(array_column($cities, 'count')); @endphp @foreach ($cities as $city) @php $percentage = ($city['count'] / $total) * 100; @endphp{{ $city['name'] }}
({{ round($percentage, 2) }}%)
| S.No | Project Id | Name of Project | Total Qr | QR Impression | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $project->project_code }} | {{ $project->name }} | {{ $project->total_qr_count }} | {{ $project->scannedQrs->count() }} |