carbon to moment js conversion code example
Example: carbon to moment js conversion
user.created_at ? moment(user.created_at).format('DD/MM/YYYY hh:mm A') : '####';
user.created_at ? moment(user.created_at).format('DD/MM/YYYY hh:mm A') : '####';