{{ $account['ticket']['folio'] ?? '-' }} |
{{ $account['ticket']['wayToPay']['name'] ?? '-' }} |
{{ \Carbon\Carbon::parse($account['ticket']['created_at'])->format('d/m/Y H:i') }} |
{{ \Carbon\Carbon::parse($account['deadline'])->format('d/m/Y') ?? 'N/A' }} |
${{ number_format($account['total'], 0, ',', '.') }} |
${{ number_format($account['amount_paid'] ?? 0, 0, ',', '.') }} |
${{ number_format($account['debt'], 0, ',', '.') }} |
@endforeach
Total |
${{ number_format($data['totals']['totalFactura'], 0, ',', '.') }} |
${{ number_format($data['totals']['montoPagado'], 0, ',', '.') }} |
${{ number_format($data['totals']['saldoPendiente'], 0, ',', '.') }} |