{{ trans('general.address') }}
                {{ $contact->address }}
{{ $contact->location }}
             
            @endif
            @stack('address_input_end')
            @stack('city_input_start')
            @stack('city_input_end')
            @stack('zip_code_input_start')
            @stack('zip_code_input_end')
            @stack('state_input_start')
            @stack('state_input_end')
            @stack('country_input_start')
            @stack('country_input_end')
            @stack('tax_number_input_start')
            @if (! $hideTaxNumber)
            @if ($contact->tax_number)
                
                    {{ trans('general.tax_number') }}
                    {{ $contact->tax_number }}
                 
            @endif
            @endif
            @stack('tax_number_input_end')
            @stack('website_input_start')
            @if (! $hideWebsite)
            @if ($contact->website)
                
                    {{ trans('general.website') }}
                    {{ $contact->website }}
                 
            @endif
            @endif
            @stack('website_input_end')
            @stack('reference_input_start')
            @if (! $hideReference)
            @if ($contact->reference)
                
                    {{ trans('general.reference') }}
                    {{ $contact->reference }}
                 
            @endif
            @endif
            @stack('reference_input_end')
            @stack('create_user_input_start')
                @if (! $hideUser)
                    
                        
                            
                                
                                    {{ trans('general.client_portal') }}
                                
                                @if ($contact->user)
                                    
                                        check
                                    
                                @else
                                    
                                        hide_source
                                    
                                @endif
                            
                         
                     
                @endif
            @stack('create_user_input_end')