{{-- --}} {{-- --}} @foreach ($tagihan as $row) {{-- --}} {{-- --}} @endforeach
No Nis Nama Bulan TahunKodekelompokPeriode Total tagihan Status pembayaranTanggalbayarKirim Notifikasi
{{ $loop->iteration + ($tagihan->currentPage() - 1) * $tagihan->perPage() }} {{ $row?->nis }} {{ $row?->siswa->nama }} {{ $row?->bulan->namabulan }} {{ $row?->tahun }}{{ $row?->kodekelompok }}{{ date('d-m-Y', strtotime($row?->waktuawal)) }} s/d {{ date('d-m-Y', strtotime($row?->waktuakhir)) }} {{ $row?->totaltagihan ? 'Rp ' . number_format($row->totaltagihan, 0, ',', '.') : '-' }} {{ $row?->statuspembayaran == 0 ? 'Belum Bayar' : 'Sudah Bayar' }}{{ $row?->tglbayar }}
@can('tagihan view')
@endcan @can('tagihan edit') @endcan @can('tagihan delete')
@csrf @method('DELETE')
@endcan
{{-- Pagination --}}
{!! $tagihan->withQueryString()->links() !!}