@php if (isset($singelWidgetData->widget_content)) { $singelWidgetData = $singelWidgetData->getTranslation("widget_content"); } @endphp
image image

{{ translate('Location') }}

{{ isset($singelWidgetData['location']) ? $singelWidgetData['location'] : '' }}

{{ translate('Phone') }}

@if (isset($singelWidgetData['phone'])) @foreach ($singelWidgetData['phone'] as $key => $phone) {{ isset($phone['phone_number']) ? $phone['phone_number'] : '' }} @endforeach @endif

{{ translate('Email') }}

@if (isset($singelWidgetData['email'])) @foreach ($singelWidgetData['email'] as $key => $email) {{ isset($email['email_name']) ? $email['email_name'] : '' }} @endforeach @endif

{{ isset($singelWidgetData['main_title']) ? $singelWidgetData['main_title'] : '' }}

{{ isset($singelWidgetData['sub_title']) ? $singelWidgetData['sub_title'] : '' }}

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@if (get_setting('google_recapcha_check') == 1)
@if (Session::has('g-recaptcha-response'))

{{ Session::get('g-recaptcha-response') }}

@endif @endif
{{-- {!! isset($singelWidgetData['irame_link']) ? htmlspecialchars( prelaceScript(html_entity_decode( $singelWidgetData['irame_link']))) : '' !!}--}}