@extends('layouts.theme') @section('title',__('staticwords.contactus')) @section('main-wrapper')

اتصل بنا


تواصل معنا للحصول على أي استفسارات أو اقتراحات أو تعليقات!
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('subj')) {{ $errors->first('subj') }} @endif
@if ($errors->has('msg')) {{ $errors->first('msg') }} @endif

@endsection