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', '3XEit6VAkoXZ0VZK3NP9hA1o6Hp6s4VAaIshciT8'); 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); // } }); }); });