Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/commit/e7b33f2ccc99e94d3f95a1c8b823616c906534fb
You should set ROOT_URL correctly, otherwise the web may not work correctly.
<p>Book your appointment for <spanid ="booking_date"></span><spanclass="time"id ="start_time"></span> to <spanid ="end_time"></span></p>
<p>You are about to book your appointment for <spanid ="booking_service"></span> at date <spanid ="booking_date"></span><spanclass="time"id ="start_time"></span> to <spanid ="end_time"></span></p>
</div>
<!-- Form with the fields name, email, phone, and notes -->
<formid ="appointment-form">
@ -135,25 +135,29 @@
function displayCalendar($calender,id){
var id = id;
var now = new Date();
var appointments_list = id == 1 ? {!! json_encode($educationAppointments) !!} : {!! json_encode($visaAppointments) !!};