@include('templates.SPP.ST.export.preview_search')
@include('templates.SPP.ST.export.export_search')
@include('templates.SPP.ST.export.print_search')
@include('templates.SPP.ST.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\StatusTagihan::whereMonth('bi_create_date',$fixMonth)->whereYear('bi_create_date',$fixYear)->where('upt',$uptName)->where('status_izin','Perpanjangan')->where('bi_type',$jenis_st)->where('active',1)->count();
?>
@if($checkingPengiriman != 0)
YA
@else
BELUM
@endif
|
@endforeach
@endforeach
@endif
@if($getStatus == 'administrator')
|
% ST 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\StatusTagihan::whereMonth('bi_create_date',$fixMonth)->whereYear('bi_create_date',$fixYear)->where('status','paid')->where('status_izin','Perpanjangan')->where('bi_type',$jenis_st_paid)->where('upt',$uptName)->count();
?>
{{$paid_rts}} |
@endforeach
@endforeach
@endif