create local format date

This commit is contained in:
KhatamNugraha
2023-08-23 13:30:01 +07:00
parent 9ae69c3a94
commit d8a9ee4d0c
3 changed files with 21 additions and 11 deletions

View File

@ -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 &nbsp; : 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 &nbsp;&nbsp; : {{$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>

View File

@ -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