{{ $companyName }}

{{ $companyAddress }}

Phone: {{ $companyPhone }} | Email: {{ $companyEmail }}

Bill To:

{{ $paymentMethod->invoice_company_name }}
Attn: {{ $paymentMethod->invoice_contact_name }}
{{ $paymentMethod->invoice_billing_address ?? 'No address provided' }}
Phone: {{ $paymentMethod->invoice_phone ?? 'No phone provided' }}
Email: {{ $paymentMethod->invoice_email }}

Invoice Details:

Invoice #: {{ $transaction->transaction_id }}
Date: {{ $invoiceDate->format('F j, Y') }}
Due Date: {{ $dueDate->format('F j, Y') }}
Terms: {{ ucfirst(str_replace('net', 'Net ', $paymentMethod->invoice_payment_terms ?? 'net30')) }}

Description Quantity Unit Price Amount
{{ $planName }} 1 ${{ number_format($transaction->amount, 2) }} ${{ number_format($transaction->amount, 2) }}
Total: ${{ number_format($transaction->amount, 2) }}

Payment Information

Please include the invoice number with your payment.

Payment Terms: {{ ucfirst(str_replace('net', 'Net ', $paymentMethod->invoice_payment_terms ?? 'net30')) }} days

Due Date: {{ $dueDate->format('F j, Y') }}

Payment Methods: