@extends('admin.layouts.main') @section('title', 'Dashboard') @section('content')
{{-- --}}
@include('admin.common.sidebar')

Kua Dashboard

date_range 

Regional Sales Report

{{-- search --}}

Record Per Page

Total 5

PRODUCTS/REGION YAS SELCOM STRATEGIS Total
Dar es Salaam 3 4 1 8
Njombe 0 0 0 0
Mbeya 3 4 1 8
Tanga 3 4 1 8
Iringa 3 4 1 8
Total 3 16 3 24

Unit Sales Per Product

SELCOM SOLD UNITS
Soft POS 0
Hard POS 19
TOTAL 19
{{-- fixed sum --}}
STRATEGIS SOLD UNITS
Principal 0
Principal + 1 19
Principal + 2 19
Principal + 3 0
Principal + 4 0
Principal + 5 0
Total 38
YAS SOLD UNITS
MJASIRIAMALI BOX 0
FIBER (FTTX) 2
FWA 5G Internet 0
COMPANY MOBILE + CUG 1
MIFI 0
Total 3

Revenue Dashboard

{{-- search --}}

Record Per Page

Total 5

TOTAL SALES AMOUNTS EXPECTED COMMISSION INCENTIVE AMOUNTS
YAS TZS 120,000.00 TZS 56,400.00 TZS 0.00
Selcom TZS 120,000.00 TZS 56,400.00 TZS 0.00
Strategis TZS 120,000.00 TZS 56,400.00 TZS 0.00

Growth Agents Report

{{-- search --}}

Record Per Page

Total 5

# AGENTS/PRODUCT YAS SELCOM STRATEGIS Total
1 John Adam (Dar es Salaam) 0 1 5 8
2 Mohamed Mwinyi 0 1 5 8
3 Neema Richard 0 1 5 8
4 Ozgad Timothy 0 1 5 8
5 Victor Edwin Mpogolo 0 1 5 8
6 Andrew Seif 0 1 5 8
7 Boaz Ponsiano 0 1 5 8
8 Emmanuel Abeid Ignas 0 1 5 8
9 George Pijo Kawelela 0 1 5 8
Total 0 13 1 14

Leads Generated

{{-- Controls row --}}
count()) style="display:none" @endif v-if="items?.length ?? true">
@php $currentBy = $sort['by'] ?? 'agent'; $currentDir = $sort['dir'] ?? 'asc'; $flip = fn($by) => ($currentBy === $by && $currentDir === 'asc') ? 'desc' : 'asc'; $sortIcon = function($by) use ($currentBy, $currentDir) { if ($currentBy !== $by) return ''; return $currentDir === 'asc' ? '▲' : '▼'; }; @endphp @foreach ($companies as $company) @php $colKey = 'company_'.$company->id; @endphp @endforeach @forelse ($leadRows as $r) @foreach ($companies as $company) @endforeach @empty @endforelse {{-- Footer row (totals for current page) --}} @foreach ($companies as $company) @endforeach
# Growth Agents {!! $sortIcon('agent') !!} {{ $company->name }} {!! $sortIcon($colKey) !!} Total {!! $sortIcon('total') !!}
{{ $r['index'] }} {{ $r['agent'] }}{{ $r['cols'][$company->id] ?? 0 }}{{ $r['total'] }}
No data found
Total{{ $leadTotals[$company->id] ?? 0 }}{{ $leadTotals['__grand__'] ?? 0 }}
{{-- If empty --}} @if(!$agentsPage->count())
No data found
@endif
@endsection @push('pageJs') @endpush