--- title: main::lang.contact.title layout: default permalink: /contact '[contact]': ---
@if ($contactLocation = $contact->location)

{{ $contactLocation->getName() }}

{{ format_address($contactLocation->getAddress()) }}
{{ $contactLocation->getTelephone() }}
@endif

@lang('igniter.frontend::default.contact.text_summary')

@component('contact')