{"id":6091,"date":"2026-03-10T02:39:07","date_gmt":"2026-03-09T18:39:07","guid":{"rendered":"https:\/\/iser.my\/akm\/?page_id=6091"},"modified":"2026-03-10T02:40:09","modified_gmt":"2026-03-09T18:40:09","slug":"troli-fasiliti","status":"publish","type":"page","link":"https:\/\/akm.mara.gov.my\/ms\/troli-fasiliti\/","title":{"rendered":"Troli Fasiliti"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6091\" class=\"elementor elementor-6091\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b4e8950 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b4e8950\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c07baf6\" data-id=\"c07baf6\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42032e9 elementor-widget elementor-widget-heading\" data-id=\"42032e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Perkhidmatan<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5acdc9 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b5acdc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Troli Fasiliti<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8caec4f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8caec4f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9d167d\" data-id=\"e9d167d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-897b6a6 elementor-widget elementor-widget-shortcode\" data-id=\"897b6a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"akm-facility-cart w-full my-8\" data-ajax-url=\"https:\/\/akm.mara.gov.my\/wp-admin\/admin-ajax.php\" data-nonce=\"7c1ecc9b11\" data-cart-url=\"https:\/\/akm.mara.gov.my\/ms\/tempahan-sewaan-fasiliti\/\">\n\t\t\t<div class=\"akm-cart-empty bg-white rounded-2xl shadow-lg border border-slate-200 p-8 md:p-12 text-center\">\n\t\t\t<p class=\"text-slate-600 text-base lg:text-xl mb-6\">Troli anda kosong.<\/p>\n\t\t\t\t\t\t\t<a href=\"https:\/\/akm.mara.gov.my\/ms\/tempahan-sewaan-fasiliti\/\" class=\"akm-button inline-flex items-center px-6 py-3 rounded-xl font-semibold text-base lg:text-xl text-white bg-[#EA3D2A] hover:bg-[#FFC53A] hover:text-slate-900 transition-colors shadow-md hover:shadow-lg no-underline\">\n\t\t\t\t\tLihat fasiliti &rarr;\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<script>\n(function() {\n\t'use strict';\n\tvar bound = false;\n\tfunction bindRemoveHandler() {\n\t\tif (bound) return;\n\t\tbound = true;\n\t\tdocument.addEventListener('click', function(e) {\n\t\t\tvar btn = e.target.closest('.akm-facility-cart-remove');\n\t\t\tif (!btn) return;\n\t\t\tvar wrapper = btn.closest('.akm-facility-cart');\n\t\t\tif (!wrapper) return;\n\t\t\te.preventDefault();\n\t\t\tvar ajaxUrl = wrapper.getAttribute('data-ajax-url') || '';\n\t\t\tvar nonce = wrapper.getAttribute('data-nonce') || '';\n\t\t\tif (!ajaxUrl || !nonce) return;\n\t\t\tvar index = parseInt(btn.getAttribute('data-index'), 10);\n\t\t\tif (isNaN(index) || index < 0) return;\n\t\t\tbtn.disabled = true;\n\t\t\tvar fd = new FormData();\n\t\t\tfd.append('action', 'akm_remove_facility_from_cart');\n\t\t\tfd.append('nonce', nonce);\n\t\t\tfd.append('index', index);\n\t\t\tfetch(ajaxUrl, { method: 'POST', body: fd, credentials: 'same-origin' })\n\t\t\t\t.then(function(r) { return r.json(); })\n\t\t\t\t.then(function(res) {\n\t\t\t\t\tif (res.success) window.location.reload();\n\t\t\t\t\telse btn.disabled = false;\n\t\t\t\t})\n\t\t\t\t.catch(function() { btn.disabled = false; });\n\t\t});\n\t}\n\tfunction init() {\n\t\tbindRemoveHandler();\n\t}\n\tif (document.readyState === 'loading') {\n\t\tdocument.addEventListener('DOMContentLoaded', init);\n\t} else {\n\t\tinit();\n\t}\n\tif (typeof jQuery !== 'undefined') {\n\t\tjQuery(document).on('elementor\/frontend\/init', function() {\n\t\t\tif (typeof elementorFrontend !== 'undefined') {\n\t\t\t\telementorFrontend.hooks.addAction('frontend\/element_ready\/widget', init);\n\t\t\t}\n\t\t});\n\t}\n})();\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Perkhidmatan Troli Fasiliti<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6091","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/pages\/6091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/comments?post=6091"}],"version-history":[{"count":4,"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/pages\/6091\/revisions"}],"predecessor-version":[{"id":6096,"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/pages\/6091\/revisions\/6096"}],"wp:attachment":[{"href":"https:\/\/akm.mara.gov.my\/ms\/wp-json\/wp\/v2\/media?parent=6091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}