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

Hotel Facilities

Modular Hotel Units and Hospitality Solutions


ISM PREFAB delivers Hotel Facilities with modern, flexible modular designs for both temporary and long-term use. Tailored to meet the demands of the hospitality industry, our units offer the convenience and efficiency of innovative construction.


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