fix: perbaikkan tampilan dan print out lpj setalah migrate db old ke db new

This commit is contained in:
majid
2025-05-05 10:13:09 +07:00
parent bf7e6275e3
commit 3853b5d6eb
28 changed files with 525 additions and 404 deletions

View File

@@ -37,7 +37,15 @@
</label>
<div class="flex flex-wrap items-baseline w-full">
<input type="hidden" name="debiture_id" value="{{ $debitur->id ?? '' }}">
<p class="text-base text-gray-700">{{ $debitur->name }} | {{ $debitur->address.', '.$debitur->village->name.', '.$debitur->city->name.', '.$debitur->province->name.', '.$debitur->postal_code }}</p>
<p class="text-base text-gray-700">
{{ $debitur->name ?? '' }} | {{ $debitur->address ?? '' }}
{{ $debitur->village?->name ?? '' }}
{{ $debitur->city?->name ?? '' }}
{{ $debitur->province?->name ?? '' }}
{{ $debitur->country?->name ?? '' }},
{{ $debitur->postal_code ?? '' }}
</p>
</div>
</div>
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">