@extends('front.layouts.main') @section('meta_tags') @lang('home.contactus') | {{@$setting->translation->title}} @stop @section('content')
@lang('home.home') / @lang('home.contactus')
يسعدنا ان

تتواصل معنا الان

لاتتردد في التحدث معنا

{{ @$setting->translations->where('lang_id',$active_lang->id)->first()->content }}

    @foreach($setting->address as $address)
  • {{ @$address->address_ar }}
  • @endforeach @foreach($setting->emails as $email)
  • {{ @@$email->email }}
  • @endforeach @foreach($setting->phones as $phone)
  • {{ @$phone->phone }}
  • @endforeach @foreach($setting->whatsapp as $whatsapp)
  • {{ @$whatsapp->whatsapp }}
  • @endforeach
@csrf @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }} ×
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@stop