@extends('frontend::layouts.master') @section('content') @php $recaptchaSiteKey = $page_init['setting']['recapcha'] ?? ''; @endphp {{-- Page Title --}}

@lang('frontend::text.information')

@if (!empty($page_init['setting']['logo']['footer'])) @endif

{!! $contact['name'] ?? '' !!}

@if (!empty($contact['office']))
{!! $contact['office'] !!}
@endif
@if (!empty($contact['social'])) @endif
@if (!empty($contact['google_map']))
{!! $contact['google_map'] ?? '' !!}
@endif

@lang('frontend::text.ask_for_more_information')

@lang('frontend::text.contact.form_description')

@csrf
@if (!empty($subjects)) @else @endif
@lang('frontend::text.contact.subject_validation')
@lang('frontend::text.contact.first_name_validation')
@lang('frontend::text.contact.last_name_validation')
@lang('frontend::text.contact.email_validation')
@lang('frontend::text.contact.tel_validation')
@lang('frontend::text.contact.message_validation')
@lang('frontend::text.contact.privacy_validation')
@endsection