{{env('CORP_NAME')}}
{{env('CORP_ADDRESS')}}
Phone: {{env('CORP_PHONE')}} | Whatsapp: {{env('CORP_WA_FINANCE')}} | Email: {{env('CORP_EMAIL_CS')}}
Rekap Midtrans Transaction
Periode : {{ tgl_indo($dari_tgl) }} s/d {{ tgl_indo($sampai_tgl) }}
@foreach ($midtrans_transaction as $row) @php if ($row->mid_transaction_type == 'Debit') { $total_debit = $row->mid_amount; } else { $total_debit = 0; } @endphp @php if ($row->mid_transaction_type == 'Kredit') { $total_kredit = $row->mid_amount; } else { $total_kredit = 0; } @endphp @endforeach
No Date MID Service Categories Notes Debit Kredit Saldo
{{ $loop->index + 1 }} {{ acc_date($row->mid_trx_date_created) }} {{ $row->midtrans_id }} {{ $row->mid_service }} {{ $row->mid_categories }} {{ $row->mid_trx_notes }} {{ number($total_debit) }} {{ number($total_kredit) }} {{ number($row->mid_balance) }}