@extends('web.layouts.app') @section('title','تواصل') @section('content')

العنوان

{{$setting->address[App::getLocale()]}}

التليفون

{{$setting->mobile}}

البريد الإلكتروني

{{$setting->email}}

{{$setting->support_email}}

{{$setting->billing_email}}

{{$setting->sales_email}}

تواصل معنا

{{csrf_field()}}

الاسم

@if ($errors->has('name')) {{ $errors->first('name') }} @endif

البريد الالكتروني

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

رقم الجوال

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

الرسالة

@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@endsection