@extends('layouts.siteLayouts') @section('head') @stop @section('content')

تماس با ما

@if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::renderField('contact_us_id','contact_us_action') !!} @endif
@if(auth()->check() && auth()->user()->lname != null) @else @endif
@if(auth()->check()) @else @endif

اطلاعات بیشتر

{!! get_option('contact') !!}
@php($setting = \App\Config::first())
@if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::init() !!} @endif @include('layouts.loading') @stop @section('footer') @stop