This commit is contained in:
e.arrahn
2021-05-27 17:11:44 +08:00
parent 6801af71e5
commit f530ca2f6f
7 changed files with 66 additions and 42 deletions
+2 -2
View File
@@ -247,7 +247,7 @@
<td> {{ $loop->iteration }} </td>
<td> {{ $ansur['tarikh'] }} </td>
<td> {{ $ansur['norujukan'] }} </td>
<td> {{ number_format($ansur['upahdibayar'],2) }} </td>
<td> {{ number_format($ansur['upahDibayar'],2) }} </td>
</tr>
@endforeach
@endif
@@ -343,4 +343,4 @@
let laporanroute = "{{ route('laporan.serahanteller') }}";
</script>
<script src="{{ asset('js/main.js') }}"></script>
@endsection
@endsection