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