{{ config('system.settings_company_name') }}
@if(config('system.settings_company_address_line_1'))
{{ config('system.settings_company_address_line_1') }}
@endif
@if(config('system.settings_company_city'))
{{ config('system.settings_company_city') }}
@endif
@if(config('system.settings_company_state'))
{{ config('system.settings_company_state') }}
@endif
@if(config('system.settings_company_zipcode'))
{{ config('system.settings_company_zipcode') }}
@endif
@if(config('system.settings_company_country'))
{{ config('system.settings_company_country') }}
@endif
@if(config('system.settings_company_customfield_1') != '')
{{ config('system.settings_company_customfield_1') }}
@endif
@if(config('system.settings_company_customfield_2') != '')
{{ config('system.settings_company_customfield_2') }}
@endif
@if(config('system.settings_company_customfield_3') != '')
{{ config('system.settings_company_customfield_3') }}
@endif
@if(config('system.settings_company_customfield_4') != '')
{{ config('system.settings_company_customfield_4') }}
@endif