fix float value
This commit is contained in:
@ -276,7 +276,7 @@
|
|||||||
<td class="text-center space1"></td>
|
<td class="text-center space1"></td>
|
||||||
{{-- <td class="text-center space1">{{ \Carbon\Carbon::parse($fasilitas->start_date)->format('d-m-Y') }}</td> --}}
|
{{-- <td class="text-center space1">{{ \Carbon\Carbon::parse($fasilitas->start_date)->format('d-m-Y') }}</td> --}}
|
||||||
<td class="text-center space1">{{ $fasilitas->mata_uang }}</td>
|
<td class="text-center space1">{{ $fasilitas->mata_uang }}</td>
|
||||||
<td class="space1 text-right"> {{ ($fasilitas->saldo != 0.00) ? number_format($fasilitas->saldo,2,',','.') : 'NIHIL'}}</td></td>
|
<td class="space1 text-right"> {{ ($fasilitas->saldo) ? number_format($fasilitas->saldo,2,',','.') : 'NIHIL'}}</td></td>
|
||||||
<td class="text-center space1 ">{{ $fasilitas->jangka_waktu }} D</td>
|
<td class="text-center space1 ">{{ $fasilitas->jangka_waktu }} D</td>
|
||||||
<td class="text-center space1">{{ $fasilitas->fixed_rate }} %</td>
|
<td class="text-center space1">{{ $fasilitas->fixed_rate }} %</td>
|
||||||
<td class="text-center space1">{{ \Carbon\Carbon::parse($fasilitas->due_date)->format('d-m-Y') }}</td>
|
<td class="text-center space1">{{ \Carbon\Carbon::parse($fasilitas->due_date)->format('d-m-Y') }}</td>
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
Fasilitas
|
Fasilitas
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
<form method="POST" action="{{ route($route[0].'.export') }}" >
|
<form method="POST" action="{{ route($route[0].'.export') }}" target="_blank">
|
||||||
@csrf
|
@csrf
|
||||||
<input type="hidden" style="margin-bottom: 5px" name="cusNo" id="cusNo" />
|
<input type="hidden" style="margin-bottom: 5px" name="cusNo" id="cusNo" />
|
||||||
<input type="hidden" style="margin-bottom: 5px" name="accNo" id="accNo" />
|
<input type="hidden" style="margin-bottom: 5px" name="accNo" id="accNo" />
|
||||||
|
Reference in New Issue
Block a user