The Hirisk Processor
123 Main St
Palm Coast, FL 33025
@if($ispaid==1) @endif
@if(!empty($mauser)) {{$mauser['name']}}
{!! $invoice['address'] !!} @endif
 
Invoice # {{$invoice['invoice_id']}}
Invoice Date {{date("m/d/Y",strtotime($invoice['invoicedate']))}}
Balance Due $0.00
@if(!empty($payments)) @foreach($payments as $payment) @endforeach @endif
Description Rate Quantity Line Total
{{$payment->description}} @if(isset($payment->start_date) && !empty($payment->start_date))  Start Date: {{\Carbon\Carbon::parse($payment->start_date)->format('m/d/Y')}} @endif @if(isset($payment->end_date) && !empty($payment->end_date))  End Date: {{\Carbon\Carbon::parse($payment->end_date)->format('m/d/Y')}} @endif ${{number_format((float)$payment->amount, 2, '.', '')}} {{$payment->quantity}} ${{number_format((float)$total, 2, '.', '')}}
 
    Subtotal ${{number_format((float)$invoice['amount'], 2, '.', '')}}
    Tax $0.00
    Invoice Total ${{number_format((float)$invoice['amount'], 2, '.', '')}}
    Payment {{$sign}} ${{number_format((float)$pbal, 2, '.', '')}}
 
    Balance Due $0.00