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