@if($billing_address)
                        @lang('pdf_bill_to')
                        {!! $billing_address !!}
                    @endif
                
                @if($estimate->user->billingaddress)
                
                    @else
                    
                
                        @endif
                        @if($shipping_address)
                            @lang('pdf_ship_to')
                            {!! $shipping_address !!}
                        @endif
                    
                    
                | @lang('pdf_estimate_number') | {{$estimate->estimate_number}} | 
| @lang('pdf_estimate_date') | {{$estimate->formattedEstimateDate}} | 
| @lang('pdf_estimate_expire_date') | {{$estimate->formattedExpiryDate}} | 
                @if($notes)
                    
        
                        @lang('pdf_notes')
                    
                    {!! $notes !!}
                @endif