@extends(get_view('index')) @section('title') {{ translate('contact') }} - @endsection @section('header') @endsection @section('content')

{{ translate('contact') }}

@if ( isset(Site::contact()->contact_phone) && Site::contact()->contact_phone != null ) @endif
@if ( isset(Site::contact()->contact_email) && Site::contact()->contact_email != null ) @endif
@if ( isset(Site::contact()->contact_address) && Site::contact()->contact_address != null )

{{ translate('address') }}

{{ Site::contact()->contact_address ?? '' }}

@endif

{{ translate('contact_form') }}

@if ($errors->any())
@else @if (session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif @endif
@csrf
Max: 255

{!! Site::contact()->google_maps ?? '' !!}
@endsection @section('footer') @endsection