mobile-logo
  • sales@almoawiportacabins.com
  • 0554751257
    0567444999
About Us-dot-photo
×

About Us-dot-photo

من نحن

النهج المهني للتنمية.

تأسست شركة إبراهيم سيف المعاوي منذ أكثر من عشر سنوات برؤية للمشاركة في صناعة البناء المتنامية بشكل كبير في المملكة العربية السعودية وأن تكون من الشركات الرائدة في المملكة ومنطقة الخليج ، والتي تحقق وتشكل  احد احجار البناء للرؤية المستقبلية للمملكة العربية السعودية.

$(document).ready(function() { $('.career_form').submit(function(e) { e.preventDefault(); var formData = new FormData(this); formData.append('_token', 'ImUV6ER00bhuYkk5GW8v4Ru5yWQRrqZyOcHaNo2O'); 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); // } }); }); });