@include('templates.SPP.RT.export.preview-search')
@include('templates.SPP.RT.export.export-search')
@include('templates.SPP.RT.export.print-search')
@include('templates.SPP.RT.dev.data')
@if($getStatus == 'administrator')
distinct()->get();
?>
| UPT |
@foreach(\App\Model\Date\ListMonth::all() as $key => $value)
{{$value->nama}} |
@endforeach
@foreach($listUpt as $key => $value)
office_name ?>
|
{{$value->office_name}}
|
@foreach(\App\Model\Date\ListMonth::all() as $key => $value)
id_bulan == 1){
$fixMonth = 12;
$fixYear = $year - 1;
}else{
$fixMonth = $value->id_bulan - 1;
$fixYear = $year;
}
$checkingPengiriman = \App\Model\SPP\RincianTagihan::whereMonth('bi_begin',$fixMonth)->whereYear('bi_begin',$fixYear)->where('upt',$uptName)->where('status_izin','Perpanjangan')->where('katagori_spp','Pokok')->where('active',1)->count();
?>
@if($checkingPengiriman != 0)
YA
@else
BELUM
@endif
|
@endforeach
@endforeach
@endif
@if($getStatus == 'administrator')
|
% RT TERBAYAR SEBELUM TNGGAL JATUH TEMPO |
| UPT |
@foreach(\App\Model\Date\ListMonth::all() as $key => $value)
{{$value->nama}} |
@endforeach
@foreach($listUpt as $key => $value)
office_name ?>
| {{$value->office_name}} |
@foreach(\App\Model\Date\ListMonth::all() as $key => $value)
id_bulan == 1){
$fixMonth = 12;
$fixYear = $year - 1;
}else{
$fixMonth = $value->id_bulan - 1;
$fixYear = $year;
}
$paid_rts = \App\Model\SPP\RincianTagihan::whereMonth('bi_begin',$fixMonth)->whereYear('bi_begin',$fixYear)->where('status','paid')->where('status_izin','Perpanjangan')->where('katagori_spp','Pokok')->where('upt',$uptName)->count();
?>
{{$paid_rts}} |
@endforeach
@endforeach
@endif