Simpan
Tutup
Tahun
No Bukti
Pasar
Generate
@php $nm_nav = ["Data Bill"] @endphp @for($i=0; $i < count($nm_nav); $i++) @php $act = $i == 0 ? "active" : ""; @endphp
{{ $nm_nav[$i] }}
@endfor
Tab Feature
Baris: 0
@php $col2 = ["No", "Kode Kios", "Periode", "Tarif"]; $width2 = ["10%", "30%", "30%", "30%"]; $x=0; @endphp @foreach ($col2 as $c)
{{ $c }}
@php $x++ @endphp @endforeach
Bottom ?
@include('modal_upload')