Tarih Aralığı: {{ \Carbon\Carbon::parse($baslangic)->format('d.m.Y') }} - {{ \Carbon\Carbon::parse($bitis)->format('d.m.Y') }}
Rapor Tarihi: {{ now()->format('d.m.Y H:i') }}
| Poliçe No | Tanzim Tarihi | Satışçı | Müşteri | Branş | Şirket | Prim (TL) | Komisyon (TL) | Tahsilat (TL) |
|---|---|---|---|---|---|---|---|---|
| {{ $police->police_no }} | {{ \Carbon\Carbon::parse($police->tanzim_tarihi)->format('d.m.Y') }} | {{ $police->satisci->ad_soyad ?? '-' }} | {{ $police->musteri->ad_soyad ?? '-' }} | {{ $police->brans->ad ?? '-' }} | {{ $police->sigortaSirketi->ad ?? '-' }} | {{ number_format($police->prim, 2, ',', '.') }} | {{ number_format($police->komisyon, 2, ',', '.') }} | {{ number_format($police->tahsilat, 2, ',', '.') }} |
| TOPLAM | {{ number_format($toplamPrim, 2, ',', '.') }} | {{ number_format($toplamKomisyon, 2, ',', '.') }} | {{ number_format($toplamTahsilat, 2, ',', '.') }} | |||||