Merge branch 'fixkaunter' into 'new-super'
fix excel lelongan See merge request online-sistem1/kaunter!199
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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> --}}
|
||||
|
||||
Reference in New Issue
Block a user