Login

Please enter your username as CNIC and pincode as Password.
// base_url = 'https://prabor.savex.com.pk/'; // $(document).ready(function(){ // $('input[name=cnic]').on("keyup", function(e) { // let cnic = $("#cnic").val(); // if(cnic.length==15) // { // $.ajax({ // type: "POST", // url: base_url + "login/check_cnic", // data: {'cnic': cnic}, // dataType: "html", // cache: false, // success: function(msg){ // $("#msg").html(msg); // console.log(msg); // } // }); // } // }); // });