As Matthew 6:24 says, You cannot serve both God and money. But unfortunately, many people serve money without ever having made a conscious choice to do so. By not learning how to manage your money, you become a servant to your finances. Even though you may have a heart that wants to boldly serve God, you can end up serving money by default simply because of your financial situation in life.
Money Mastery is a book that offers a spiritual and practical guide to becoming the master of your own money. Learn how to build wealth, not for wealth's sake, but for the power, as 2 Corinthians 9, to be able to give to every good cause! Through your wealth, you can have city and nation impact.
jQuery(function() {
var mode = jQuery('.gryffeditor').hasClass('editing') ? 'dev' : 'production';
var $module = jQuery('#m-1603811938329').children('.module');
if (mode == 'dev') {
jQuery('#m-1603811938329').attr('data-name', '').css('background-image', 'none').removeAttr('data-image');
var flag = true;
var $bkLiquid = parent.jQuery('body').find('#gfFrame').contents().find('#module-1603811938329');
if ($bkLiquid && $bkLiquid.length > 0) {
var $settings = $bkLiquid.find('.settings');
try {
var name = '';
var imageUrl = '';
settings = JSON.parse($settings.html());
for (var i = 0; i < settings.length; i++) {
if (settings[i].name == 'name') {
name = settings[i].default_value
}
if (settings[i].name == 'image') {
imageUrl = settings[i].default_value
}
}
if (imageUrl != '') {
flag = false;
jQuery('#m-1603811938329').css('background-image', 'url(' + imageUrl + ')').css('min-height', '100px').attr('data-image', 'true');
}
if (name != '' && name != 'Custom Code') {
flag = false;
jQuery('#m-1603811938329').attr('data-name', name);
}
} catch(error) {
console.log(error);
}
}
if (flag) {
jQuery('#m-1603811938329').attr('data-name', 'Right click on the module, then choose Edit Html / Liquid option to start writing your custom code.');
}
}
});