Laporan {{ $current_tipe }}

@if ($date_start != null && $date_end != null)

Periode : {{ date_format(date_create($date_start), 'd-m-Y') }} / {{ date_format(date_create($date_end), 'd-m-Y') }}

@else

Keseluruhan Transaksi Layanan Digital

@endif @foreach ($transaksis as $i => $t) @endforeach
# Tipe Layanan Digital Nominal Transaksi Tanggal Transaksi
{{ $i + 1 }} {{ $current_tipe }} Rp. {{ number_format($t->token_listrik->total_tagihan(), 0, 0, '.') }} {{ date_format($t->created_at, 'd-m-Y') }}