@extends('home.layouts.index') @section('title') تماس با ما @endsection @section('description') @endsection @section('keywords') @endsection @section('style') @endsection @section('script') @endsection @section('content')
@if($page->banner_is_active==1) @endif

{{$setting->contact_4}}

{{ $setting->address }}

{{$setting->contact_1}}

@if($setting->tel!=null) {{ $setting->tel }}
@endif @if($setting->cellphone!=null) {{ $setting->cellphone }} @endif

{{$setting->contact_3}}

{{ $setting->email }}

{{$setting->contact_2}}

@if($setting->tel3!=null) {{ $setting->tel3 }} @endif @if($setting->tel4!=null) {{ $setting->tel4 }} @endif

@csrf

ارتباط با ما

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

پاسخ به پرسش های متداول

@foreach($faqs as $key=> $faq)

{{$faq->text}}

@endforeach
@endsection