@if (App::isLocale('th'))
        @include('app.pdf.locale.th')
    @endif
    
    
        
            
                {!! $company_address !!}
            
            
                
                    
                        | @lang('pdf_invoice_number') | {{ $invoice->invoice_number }} | 
                    
                        | @lang('pdf_invoice_date') | {{ $invoice->formattedInvoiceDate }} | 
                    
                        | @lang('pdf_invoice_due_date') | {{ $invoice->formattedDueDate }} | 
                
             
            
         
        
            @if ($billing_address)
                @lang('pdf_bill_to') 
                {!! $billing_address !!}
            @endif
        
        ') style="float:left;" @else style="display:block; float:left: padding-left: 0px;" @endif>
            @if ($shipping_address)
                @lang('pdf_ship_to') 
                {!! $shipping_address !!}
            @endif
        
        
            @include('app.pdf.invoice.partials.table')
        
        
            @if ($notes)
                
                    @lang('pdf_notes')
                
                {!! $notes !!}
            @endif