DONE: auto add ic photo for existing customer

This commit is contained in:
ISMAIL MASSERAN
2026-09-09 10:27:48 +08:00
parent 120c32f781
commit f6110b6651
6 changed files with 91 additions and 8 deletions
@@ -13,9 +13,9 @@
<style>
.print-header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
grid-template-columns: minmax(0, 1.75fr) auto minmax(0, 1fr);
align-items: start;
column-gap: 12px;
column-gap: 10px;
border-bottom: 2px solid #111;
padding-bottom: 8px;
font-family: Arial, Helvetica, sans-serif;
@@ -30,9 +30,12 @@
line-height: 1.35;
}
.print-header .org .name {
font-size: 11px;
font-size: 10px;
font-weight: bold;
}
.print-header .org .name .reg {
white-space: nowrap;
}
.print-header .logos {
display: flex;
align-items: center;
@@ -70,8 +73,8 @@
<div {{ $attributes->merge(['class' => 'print-header']) }}>
<div class="org">
<p class="name">KOPERASI PERMODALAN KELANTAN BERHAD (D-5-0228)</p>
<p>Ar-Rahn {{ $cawangan }}</p>
<p class="name">KOPERASI PERMODALAN KELANTAN BERHAD <span class="reg">(D-5-0228)</span></p>
<p>{{ $cawangan }}</p>
<p>{{ $alamat1 }}</p>
<p>{{ $alamat2 }}</p>
<p>Tel: {{ $notel }}</p>