Merge branch 'fixkaunter' into 'new-super'

fix excel lelongan

See merge request online-sistem1/kaunter!199
This commit is contained in:
Afiq Zakwan Hamdan
2022-04-12 04:48:55 +00:00
23 changed files with 981 additions and 25 deletions
@@ -218,8 +218,8 @@
<td>{{ $loop->iteration }}</td>
<td>{{ $item['nama'] }}</td>
<td>{{ $item['norujukan'] }}</td>
<td>@php $telefon = str_replace("-","",$item['telefon1']); echo substr($telefon,0,3) . '-' . substr($telefon,3); @endphp</td>
<td>@php $telefon = str_replace("-","",$item['telefon2']); echo substr($telefon,0,3) . '-' . substr($telefon,3); @endphp</td>
<td>@php $telefon = str_replace("-","",$item['telefon1']); echo ($telefon == null || $telefon == '') ? '' : '6' . substr($telefon,0,3) . substr($telefon,3); @endphp</td>
<td>@php $telefon = str_replace("-","",$item['telefon2']); echo ($telefon == null || $telefon == '') ? '' : '6' . substr($telefon,0,3) . substr($telefon,3); @endphp</td>
<td>{{ $item['JBG'] }}</td>
<td>{{ substr($item['IC'],0,6) . '-' .substr($item['IC'],6,2) . '-' . substr($item['IC'],8) }}</td>
<td>{{ $item['Pembiayaan'] }}</td>
+6 -1
View File
@@ -228,7 +228,12 @@
{{-- Customise Ayat pelelong--}}
{{-- {!! nl2br(e($notislelong[0]['para2'])) !!} --}}
@php echo $notislelong[0]['para2']; @endphp
@php if($fasa == 'fasa1')
{
echo $notislelong[0]['para2'];
}else{
echo $notislelong[0]['para3'];
} @endphp
{{-- <p>1. Tebus sepenuhnya</p>
<p>2. Tebus gadai semula</p>
<p>2. Bayar upah sepenuhnya dan tempoh akan dilanjutkan sehingga 12 bulan bagi tempoh gadaian.</p> --}}