@extends(get_view('index')) @section('title'){{ translate('contact') }} - @endsection @section('menu-active-contact') active @endsection @section('header') @endsection @section('content') @include(get_view('components.pages.page-title'), ['title' => translate('contact')])
{{ translate('phone') }}
{{ Site::contact()->contact_phone ?? '' }}{{ translate('email') }}
{{ Site::contact()->contact_email ?? '' }}{{ translate('address') }}
{{ Site::contact()->contact_address ?? '' }}