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