@extends('front.layouts.main') @section('meta_tags') اتصل بنا | {{@$category->category_translation->name}} @stop @section('content')
@foreach($setting->address as $address)
{{ @$address->address_ar }}
@endforeach @foreach($setting->phones as $phone)
{{ @$phone->phone }}
@endforeach @foreach($setting->whatsapp as $whatsapp)
{{ @$whatsapp->whatsapp }}
@endforeach @foreach($setting->emails as $email)
{{ @$email->email }} - {{ @$email->department }}
@endforeach
ارسل رساله
@csrf @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }} ×
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif
@stop