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

الاتصالات

شركة إبراهيم س. الماوي تقدم حلولًا معدلة للبنية التحتية للاتصالات في المناطق النائية، تشمل وحدات إقامة للعمال، وحدات تخزين، ومرافق صيانة، مما يضمن استمرارية الخدمات في المناطق التي تتطلب بنية تحتية مرنة ودائمة.


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