| Trans. ID | Status | Total Crédito | Pago | Restante | Expirou em | Nome | 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 }} |