update header printout standart

This commit is contained in:
majid
2024-12-27 09:00:27 +07:00
parent decca9be29
commit 66d0226d55
2 changed files with 42 additions and 42 deletions

View File

@@ -673,7 +673,8 @@ $alamat = [
} }
function getWilayahName($code, $type) { public function getWilayahName($code, $type)
{
try { try {
$wilayah = null; $wilayah = null;

View File

@@ -205,20 +205,7 @@
<body> <body>
<header id="header">
<table style="width: 100%; border: none;">
<tr>
<td style="width: 20%; text-align: left;" class="header-left">
@include('lpj::component.logo-bag')
</td>
<td style="width: 80%; text-align: center; border: 1px solid black; ">
<h3 style="width:100% padding-top: 40px; text-align: center;">LAPORAN PENILAIAN ATAS
TANAH
DAN/ATAU BANGUNAN</h3>
</td>
</tr>
</table>
</header>
<main class="content"> <main class="content">
@php @php
$senior_officer = null; $senior_officer = null;
@@ -282,6 +269,18 @@
<div class="header"> <div class="header">
<table style="width: 100%; border: none;">
<tr>
<td style="width: 50%; text-align: left;" class="header-left">
@include('lpj::component.logo-bag')
</td>
<td style="width: 50%; text-align: right;">
<h3>Tanggal : {{date('Y-m-d')}}</h3>
<h3>Waktu : {{date('H:i:s')}}</h3>
<h3>User : {{ Auth::user()->name }}</h3>
</td>
</tr>
</table>
<h4>LAPORAN PENILAIAN ATAS TANAH DAN/ATAU BANGUNAN</h4> <h4>LAPORAN PENILAIAN ATAS TANAH DAN/ATAU BANGUNAN</h4>
<p>NO: <p>NO:
{{ $permohonan->debiture->branch->code ?? '' }}/{{ $tanggalHasil1['fullNumber'] }}/LPJ/{{ $permohonan->nomor_registrasi }}/VII/{{ $tanggalHasil1['tahun'] }} {{ $permohonan->debiture->branch->code ?? '' }}/{{ $tanggalHasil1['fullNumber'] }}/LPJ/{{ $permohonan->nomor_registrasi }}/VII/{{ $tanggalHasil1['tahun'] }}