Relatório de Créditos BNPL Expirados

Data de Emissão: {{ date('d/m/Y H:i:s') }} | Total de Registos: {{ count($payments) }}
@foreach ($payments as $bnpl) @endforeach
Trans. ID Status Total Crédito Pago Restante Expirou em Nome Email Contacto
{{ $bnpl->transaction_id }} {{ $bnpl->status === 'EXPIRED' ? 'EXPIRADO' : $bnpl->status }} {{ number_format($bnpl->total_credit_amount, 2, ',', '.') }} {{ number_format($bnpl->paid_amount, 2, ',', '.') }} {{ number_format($bnpl->remaing_amount, 2, ',', '.') }} {{ date('d/m/Y', strtotime($bnpl->expire_at)) }} {{ $bnpl->user_name }} {{ $bnpl->user_email }} {{ $bnpl->user_phone }}