@extends('layout') @section('title') {{ render_seo_title($seo_setting) }} @endsection @section('body-content')

{{ render_website_shortcodes($contact_us->title) }}

{{ render_website_shortcodes($contact_us->description) }}

@csrf
@if(captcha_enabled())
@include('partials.captcha-widget')
@endif

{{ __('translate.Contact Details') }}

{{ render_website_shortcodes($contact_us->contact_description) }}

@endsection @push('js_section') @include('partials.captcha-scripts') @endpush