update format date
This commit is contained in:
@ -149,7 +149,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
@if (count($data['DataPinjaman'])>0)
|
||||
@php $i=1 @endphp
|
||||
@php $i=1
|
||||
@endphp
|
||||
@foreach ($data['DataPinjaman'] as $pinjaman)
|
||||
<tr class="space1">
|
||||
<td class="text-center space1">{{ $i++ }}</td>
|
||||
@ -160,7 +161,7 @@
|
||||
<td class="space1">{{ $pinjaman->WORKING_BALANCE }}</td>
|
||||
<td class="text-center space1">{{ $pinjaman->TERM }}</td>
|
||||
<td class="text-center space1">{{ $pinjaman->FIXED_RATE }}</td>
|
||||
<td class="center space1">{{ $pinjaman->MATURITY_DATE }}</td>
|
||||
<td class="center space1">{{ \Carbon\Carbon::parse($pinjaman->MATURITY_DATE)->format('d-m-Y') }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@else
|
||||
@ -205,7 +206,7 @@
|
||||
<td class="space1">{{ $limit->AVAIL_AMT }}</td>
|
||||
<td class="text-center space1">{{ $term }} D</td>
|
||||
<td class="text-center space1">{{ $limit->LIMIT_PERCENTAGE }}</td>
|
||||
<td class="text-center space1">{{ $limit->EXPIRY_DATE}}</td>
|
||||
<td class="text-center space1">{{ $expiryDate->format('d-m-Y')}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@else
|
||||
@ -226,7 +227,7 @@
|
||||
<td class="space1">{{ $fasilitas->saldo }}</td>
|
||||
<td class="text-center space1 space1">{{ $fasilitas->jangka_waktu }} D</td>
|
||||
<td class="text-center space1">{{ $fasilitas->fixed_rate }}</td>
|
||||
<td class="text-center space1">{{ $fasilitas->due_date}}</td>
|
||||
<td class="text-center space1">{{ \Carbon\Carbon::parse($fasilitas->due_date)->format('d-m-Y') }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
@else
|
||||
|
Reference in New Issue
Block a user