">
function read_Cookie_val(name) { const value = '; '+document.cookie; const parts = value.split('; '+name+'='); if (parts.length === 2) return parts.pop().split(';').shift(); } $(function(){ let loginsignupWidget = $('[data-component-loginsignup]'); if (read_Cookie_val('app_u_token')) { loginsignupWidget.find('.loginWidg').hide(); loginsignupWidget.find('.signupWidg').hide(); loginsignupWidget.find('.dashboardWidg').show(); loginsignupWidget.find('.logoutWidg').show(); }else{ loginsignupWidget.find('.dashboardWidg').hide(); loginsignupWidget.find('.logoutWidg').hide(); loginsignupWidget.find('.loginWidg').show(); loginsignupWidget.find('.signupWidg').show(); } });

Please Subscribe to receive inspirational videos

Motivation 6-6-20

Achieving a goal requires a lot of dedication, drive, passion, and commitment. However, the essential part of attaining a goal is patience. You are not going to achieve your goal in one single day. It is going to take time. Therefore, be patient and keep working hard. Sooner or later, you will accomplish your goal.

Share This :