update temuan sit 11092023
This commit is contained in:
@ -60,20 +60,20 @@
|
||||
<div class="content">
|
||||
|
||||
<p>Nomor : 577/SUBDIT.OPS/VIII/2023</p>
|
||||
<p>Tanggal : {{ $data['localDate'] }}</p><br>
|
||||
<p>Tanggal : {{ strtoupper($data['localDate']) }}</p><br>
|
||||
|
||||
<p>Kepada Yth</p>
|
||||
<P>{{$data['DataPinjaman'][0]['SHORT_NAME']}}</P>
|
||||
<p>{{$data['DataPinjaman'][0]['STREET']}}, {{$data['DataPinjaman'][0]['ADDRESS']}}</p>
|
||||
<p>{{$data['DataPinjaman'][0]['STREET']}}, {{str_replace(']','',$data['DataPinjaman'][0]['ADDRESS'])}}</p>
|
||||
|
||||
<p>Sesuai dengan surat saudara Nomor <span>150/KB-SENTRA1/II/2023</span> tanggal {{ $data['localDate'] }} dengan ini kami smpaikan data – data nasabah sesuai permintaan saudara sebagai berikut : </p>
|
||||
<p>Sesuai dengan surat saudara Nomor <span>150/KB-SENTRA1/II/2023</span> tanggal {{ strtoupper($data['localDate']) }} dengan ini kami sampaikan data – data nasabah sesuai permintaan saudara sebagai berikut : </p>
|
||||
|
||||
|
||||
<p>Nama Nasabah : {{$data['DataPinjaman'][0]['SHORT_NAME']}}</p>
|
||||
<p>Nomor CIF : {{$data['DataAccounts'][0]['CUSTOMER_NO']}}</p><br>
|
||||
|
||||
<p style="font-size: 12px;"> SIMPAMAN NASABAH YANG BERSANGKUTAN PADA BANK</p>
|
||||
<p style="font-size: 12px;">POSISI {{ $data['localDate'] }}</p>
|
||||
<p style="font-size: 12px;">POSISI {{ strtoupper($data['localDate']) }}</p>
|
||||
<table class="space1" style="width:100%;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1" >
|
||||
@ -84,7 +84,7 @@
|
||||
<th class="space1">Mata Uang</th>
|
||||
<th class="space1">Saldo</th>
|
||||
<th class="space1">Jangka Waktu</th>
|
||||
<th class="space1">Suku Bung</th>
|
||||
<th class="space1">Suku Bunga</th>
|
||||
<th class="space1">Tgl Jatuh Tempo</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -106,15 +106,15 @@
|
||||
@endforeach
|
||||
@else
|
||||
<tr class="space1">
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Account</td>
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Data Yang Ditampilkan</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
||||
</tbody>
|
||||
</table><br>
|
||||
|
||||
<p style="font-size: 12px;">PINJAMAN YANG DI BERIKAN OLEH BANK KEPADA NASABAH</p>
|
||||
<p style="font-size: 12px;">POSISI {{ $data['localDate'] }}</p>
|
||||
<p style="font-size: 12px;">PINJAMAN YANG DIBERIKAN OLEH BANK KEPADA NASABAH</p>
|
||||
<p style="font-size: 12px;">POSISI {{ strtoupper($data['localDate']) }}</p>
|
||||
<table class="space1" style="width:100%;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1" >
|
||||
@ -125,7 +125,7 @@
|
||||
<th class="space1 ">Mata Uang</th>
|
||||
<th class="space1">Saldo</th>
|
||||
<th class="space1">Jangka Waktu</th>
|
||||
<th class="space1">Suku Bung</th>
|
||||
<th class="space1">Suku Bunga</th>
|
||||
<th class="space1">Tgl Jatuh Tempo</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -147,14 +147,14 @@
|
||||
@endforeach
|
||||
@else
|
||||
<tr class="space1">
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Pinjaman</td>
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Data Pinjaman Yang Ditampilkan</td>
|
||||
</tr>
|
||||
@endif
|
||||
</tbody>
|
||||
</table><br>
|
||||
|
||||
<p style="font-size: 12px;">FASILITAS LAIN YANG DI TERIMA OLEH NASABAH</p>
|
||||
<p style="font-size: 12px;">POSISI {{ $data['localDate'] }}</p>
|
||||
<p style="font-size: 12px;">FASILITAS LAIN YANG DITERIMA OLEH NASABAH</p>
|
||||
<p style="font-size: 12px;">POSISI {{ strtoupper($data['localDate']) }}</p>
|
||||
<table class="space1" style="width:100%;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1" >
|
||||
@ -165,7 +165,7 @@
|
||||
<th class="space1">Mata Uang</th>
|
||||
<th class="space1">Saldo</th>
|
||||
<th class="space1">Jangka Waktu</th>
|
||||
<th class="space1">Suku Bung</th>
|
||||
<th class="space1">Suku Bunga</th>
|
||||
<th class="space1">Tgl Jatuh Tempo</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -190,6 +190,10 @@
|
||||
<td class="space1">{{ $limit->EXPIRY_DATE}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@else
|
||||
<tr class="space1">
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Fasilitas Dari Core</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
||||
@if(count($data['DataFasilitas'])>0)
|
||||
@ -209,13 +213,15 @@
|
||||
@endforeach
|
||||
@else
|
||||
<tr class="space1">
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Fasilitas</td>
|
||||
<td class="space1" colspan="9" style="text-align: center;">Tidak Ada Fasilitas Tambahan</td>
|
||||
</tr>
|
||||
@endif
|
||||
|
||||
</tbody>
|
||||
</table><br><br>
|
||||
|
||||
<p>Demikian data ini kami sampaikan agar dapat digunakan sebagaimana mestinya</p> <br><br>
|
||||
|
||||
<div style="width:300px" class>
|
||||
<table style="width:100%;" class="space1 no-border-table">
|
||||
<tr class="space1" style="height:500px">
|
||||
|
Reference in New Issue
Block a user