Merge branch 'staging' into feature/senior-officer

This commit is contained in:
majid
2024-12-16 15:41:10 +07:00
20 changed files with 147 additions and 361 deletions

View File

@@ -99,7 +99,7 @@
@if (isset($kjpp->detail_email_kantor))
@foreach (json_decode($kjpp->detail_email_kantor) as $detail_email_kantor)
<p class="flex w-full text-gray-600 font-medium text-sm">
{{ $detail_email_kantor->email_kantor }}
{{ $detail_email_kantor }}
</p>
@endforeach
@endif