{{ tenant('name') }}
{{ tenant('address1') }}
@if(tenant('address2'))
{{ tenant('address2') }}
@endif
@if(tenant('country_id') && tenant('state_id') && tenant('city_id') && tenant('postal_code'))
{{ tenant()->city()->name }}, {{ tenant()->state()->name }} {{ tenant('postal_code') }}
@endif
@if(tenant('phone'))
{{ tenant('phone') }}
@endif
@if(tenant('email'))
{{ tenant('email') }}
@endif
@if(tenant('web'))
{{ tenant('web') }}
@endif