This commit is contained in:
fifi97
2021-06-29 10:09:33 +08:00
parent d10bbc9025
commit fbd060b36f
4 changed files with 137 additions and 206 deletions
@@ -334,7 +334,7 @@
<tr>
<th style="width:10px">KOD GL</th><th colspan="2" style="width:50px"> KETERANGAN</th> <th style="width:5px">DEBIT</th> <th style="width:5px" >KREDIT</th><th style="width:10px">JUMLAH</th>
</tr>
@foreach($data as $index=>$var)
{{-- @foreach($data as $index=>$var)
<tr>
<td style="width:10px">{{ $var['glcode']}}</td><td colspan="2" style="width:50px" >{{$var['descpt']}}</td><td style="width:5px" > {{$var['debit']}}</td><td style="width:5px"> {{$var['kredit']}} </td>
@@ -378,26 +378,13 @@
@endforeach
</b>
</td>
</b> </td>
</tr>
</tr> --}}