create local format date
This commit is contained in:
@ -43,6 +43,13 @@
|
||||
font-weight: normal; /* Ketebalan font (normal) */
|
||||
color: #333; /* Warna teks */
|
||||
}
|
||||
.no-border-table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.no-border-table, .no-border-table th, .no-border-table td,.no-border-table tr {
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
<title>Konfirmasi Bank</title>
|
||||
</head>
|
||||
@ -53,20 +60,20 @@
|
||||
<div class="content">
|
||||
|
||||
<p>Nomor : 577/SUBDIT.OPS/VIII/2023</p>
|
||||
<p>Tanggal : {{ date('Y/m/d') }}</p><br>
|
||||
<p>Tanggal : {{ $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>Sesuai dengan surat saudara Nomor <span>150/KB-SENTRA1/II/2023</span> tanggal {{ date('Y/m/d') }} 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 {{ $data['localDate'] }} dengan ini kami smpaikan 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 {{ date('Y/m/d') }}</p>
|
||||
<p style="font-size: 12px;">POSISI {{ $data['localDate'] }}</p>
|
||||
<table class="space1" style="width:100%;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1" >
|
||||
@ -107,7 +114,7 @@
|
||||
</table><br>
|
||||
|
||||
<p style="font-size: 12px;">PINJAMAN YANG DI BERIKAN OLEH BANK KEPADA NASABAH</p>
|
||||
<p style="font-size: 12px;">POSISI {{ date('Y/m/d') }}</p>
|
||||
<p style="font-size: 12px;">POSISI {{ $data['localDate'] }}</p>
|
||||
<table class="space1" style="width:100%;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1" >
|
||||
@ -147,7 +154,7 @@
|
||||
</table><br>
|
||||
|
||||
<p style="font-size: 12px;">FASILITAS LAIN YANG DI TERIMA OLEH NASABAH</p>
|
||||
<p style="font-size: 12px;">POSISI {{ date('Y/m/d') }}</p>
|
||||
<p style="font-size: 12px;">POSISI {{ $data['localDate'] }}</p>
|
||||
<table class="space1" style="width:100%;">
|
||||
<thead style="background-color: dimgrey">
|
||||
<tr class="space1" >
|
||||
@ -204,8 +211,8 @@
|
||||
</tbody>
|
||||
</table><br><br>
|
||||
|
||||
<div style="width:300px">
|
||||
<table style="width:100%;border: none;" class="space1">
|
||||
<div style="width:300px" class>
|
||||
<table style="width:100%;" class="space1 no-border-table">
|
||||
<tr class="space1" style="height:500px">
|
||||
<td class="space1" style="width:20%;font-size:12px;" >
|
||||
<p style="margin-top:100px; text-align: center;">{{$data['DataSigner'][0]['deputy_director_name']}}</p>
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-3 ">
|
||||
<div class="col-md-3 d-flex justify-content-end">
|
||||
<form class="form_customer2" method="POST" action="{{ route($route[0] . '.export') }}">
|
||||
@csrf
|
||||
|
||||
|
Reference in New Issue
Block a user