mobile-logo
  • sales@almoawiportacabins.com
  • 0554751257
    0567444999
Contact Us

Get In Touch

* إرفاق ملف

إذا كانت لديك أي أسئلة أو ملاحظات، فلا تتردد في التواصل معنا. نحن هنا لمساعدتك

لديك سؤال؟

0567444999 | 0566669399

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

sales@almoawiportacabins.com

ساعات عمل المكتب

الأحد إلى الخميس: من الساعة ٨ صباحًا حتى ٤ مساءً
السبت: من الساعة ٨ صباحًا حتى ١٢ ظهرًا

زيارة المكتب

برج المنيرة الطابق الخامس طريق الأمير فيصل بن فهد الخبر 31952 المملكة العربية السعودية

!تعرّف علينا

احصل على كتيبنا الآن
تابعنا لمزيد من التحديثات

$(document).ready(function() { $('.career_form').submit(function(e) { e.preventDefault(); var formData = new FormData(this); formData.append('_token', 'sCU2oKYIVoFtznH4dES12V4Wi2gSzYorPJPAFbr9'); var $form = $(this); // Cache the jQuery form object $.ajax({ url: $form.attr('action'), type: 'POST', data: formData, processData: false, contentType: false, success: function(response) { $('#response-message').html('

' + response.message + '

'); toastr.success('Mail has been sent successfully.'); $form[0].reset(); // Reset the form }, // error: function(xhr, status, error) { // var errorResponse = JSON.parse(xhr.responseText); // $('#response-message').html('

Error: ' + errorResponse.message + '

'); // toastr.error('Error: ' + errorResponse.message); // } }); }); });