{!! $frontDetail->contact_html !!}
($frontDetail->address || $frontDetail->email || $frontDetail->phone) ])>
@csrf

@if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v2_status == 'active')
@endif @if ($global->google_recaptcha_status == 'active' && $global->google_recaptcha_v3_status == 'active')
@endif
@if($frontDetail->address || $frontDetail->email || $frontDetail->phone)
@if($detail->address)
@lang('app.address')

{{ $detail->address }}


@endif @if($detail->phone)
@lang('app.phone')

{{ $detail->phone }}


@endif @if($detail->email)
@lang('app.email')

{{ $detail->email }}

@endif
@endif