$invoice_number_label:  $number 
                $date_label:  $date 
                $due_date_label:  $due_date 
                
         
        
            
                Client:
                $client_name
                $address1
                $address2
                $city_state_postal
                $country
                $vat_number
            
            
                $company.name
                $company.address
                $phone
                $email
            
         
                        
        {{-- 
            column variables:
                date
                discount
                product_key
                notes
                cost
                quantity
                tax_name1 
                tax_name2
                line_total
                custom_label1 ( will show as the following parameter as its value -> custom_invoice_value1 )
                custom_label2 ( will show as the following parameter as its value -> custom_invoice_value2 )
                custom_label3 ( will show as the following parameter as its value -> custom_invoice_value3 )
                custom_label4 ( will show as the following parameter as its value -> custom_invoice_value4 )
        --}}
        {!! $invoice->table(['product_key', 'notes', 'cost','quantity', 'discount', 'tax_name1', 'line_total']) !!}
        
            
                         
                    
                        | $subtotal_label: | $subtotal | 
                    {{-- total_taxes html is populated server side, with a class of total_taxes,  you can customise your CSS here to override the defaults--}}
                    $total_taxes
                    {{-- line_taxes html is populated server side, with a class of line_items,  you can customise your CSS here to override the defaults--}}
                    
                    $line_taxes
                    
                        | $discount_label: | $discount | 
                    
                        | $total_label: | $total | 
                    
                        | $balance_label: | $balance |