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