@extends(get_view('index')) @section('title') {{ translate('contact') }} - @endsection @section('header') @endsection @section('content')
{{ translate('phone') }}
{{ Site::contact()->contact_phone ?? '' }}{{ translate('email') }}
{{ Site::contact()->contact_email ?? '' }}{{ translate('address') }}
{{ Site::contact()->contact_address ?? '' }}