|
{{ $company->name }} |
{{ $from_date }} - {{ $to_date }} |
|
Sales Report: By Customer |
|
|
Income |
{{ $income }} |
{{ $customer->name }}
|
{{ $invoice->formattedInvoiceDate }} ({{ $invoice->invoice_number }}) |
{!! format_money_pdf($invoice->total) !!} |
|
{!! format_money_pdf($customer->totalAmount) !!} |
|
TOTAL SALES |
{!! format_money_pdf($totalAmount) !!} |