Donem: {{ \Carbon\Carbon::create($yil, $ay, 1)->translatedFormat('F Y') }}
Rapor Tarihi: {{ now()->format('d.m.Y H:i') }}
|
{{ $satiscilar->count() }}
Toplam Kisi
|
{{ $satiscilar->where('renk', 'yesil')->count() }}
Yuksek Performans
|
{{ $satiscilar->where('renk', 'sari')->count() }}
Orta Performans
|
{{ $satiscilar->where('renk', 'kirmizi')->count() }}
Dusuk Performans
|
| Ad Soyad | Pozisyon | Ise Baslama | Aylik Hedef | Yillik Hedef | AI Skoru | Performans |
|---|---|---|---|---|---|---|
| {{ $satisci['ad_soyad'] }} | {{ $satisci['pozisyon'] }} | {{ $satisci['ise_baslama_tarihi'] }} | {{ number_format($satisci['aylik_hedef'], 0, ',', '.') }} TL | {{ number_format($satisci['yillik_hedef'], 0, ',', '.') }} TL | {{ $satisci['ai_skoru'] }} | @if($satisci['renk'] == 'yesil') Yuksek @elseif($satisci['renk'] == 'kirmizi') Dusuk @else Orta @endif |