| TANGGAL PENGIRIMAN LAPORAN |
: |
@if($sendReport && $sendReport != 'INDEX')
{{\Carbon\Carbon::parse($sendReport)
->format('d, M Y')}}
|
@elseif($sendReport == 'INDEX')
TIDAK ADA LAPORAN |
@else
BELUM MENGIRIM LAPORAN
|
@endif
| TOTAL RT TERBIT |
: |
{{$total}} |
| RT TERBAYAR (H-60 s.d. H-30) |
: |
0) {
$paid_percent = $paid_rts / $total * 100;
}
else{
$paid_percent = 0;
}
?>
{{$paid_rts}} ( {!! substr(strip_tags($paid_percent), 0, 5) !!} % ) |
| RT BELUM TERBAYAR (H-30 s.d H) |
: |
0) {
$nopaid_percent = $nopaid_rts / $total * 100;
}
else{
$nopaid_percent = 0;
}
?>
{{$nopaid_rts}} ( {!! substr(strip_tags($nopaid_percent), 0, 5) !!} % ) |