@extends('layouts.app') @section('title', 'Dashboard Supervisor') @section('content') @if($isMarketing) {{-- ===== MARKETING SPV DASHBOARD ===== --}}
{{ auth()->user()->area_office }} • {{ auth()->user()->area_promotion }}
| Nama SPG/APS | Area Promotion | Target | Aktual | Achievement |
|---|---|---|---|---|
| {{ $p['name'] }} | {{ $p['product'] }} | {{ $p['target'] ?: '-' }} | {{ $p['achieved'] }} |
|
| Belum ada data SPG | ||||
{{ $isMarketing ? 'Ringkasan aktivitas consumer contact plan' : 'Kelola produk dan panel test' }}
| {{ $isMarketing ? 'Nama Brand Aktivasi' : 'Judul' }} | {{ $isMarketing ? 'Nama APS/SPG/TL' : 'Produk' }} | Tanggal | Peserta | Aksi |
|---|---|---|---|---|
| {{ $test->title }} | {{ $test->product->name }} | {{ $test->test_date->format('d M Y') }} | {{ $test->testSessions->where('status','completed')->count() }} orang | Detail |
| {{ $isMarketing ? 'Belum ada consumer contact plan aktif' : 'Belum ada panel test aktif' }} | ||||