@extends('layouts.front-end.app') @section('title',\App\CPU\translate('Contact Us')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('send_us_a_message')}}

@csrf
{{-- recaptcha --}} @php($recaptcha = \App\CPU\Helpers::get_business_settings('recaptcha')) @if(isset($recaptcha) && $recaptcha['status'] == 1)

@else @endif
@endsection @push('script') {{-- recaptcha scripts start --}} @if(isset($recaptcha) && $recaptcha['status'] == 1) @else @endif {{-- recaptcha scripts end --}} @endpush