@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 @foreach($subjects as $subject) {{$subject->title}} @endforeach ارسال پیام اطلاعات بیشتر {!! get_option('contact') !!} @php($setting = \App\Config::first()) {{$setting->address}} {{$setting->postalcode}} {{$setting->phone}} {{$setting->email}} @if(config('app.recaptcha') != null) {!! GoogleReCaptchaV3::init() !!} @endif @include('layouts.loading') @stop @section('footer') @stop